Test Selection Rules
Last updated
Was this helpful?
Was this helpful?
test_selection:
suites:
- default:
rules:
- employeeRule:
when:
- src_changes:
- "src/employees/*"
then:
- include_tags:
- "employees"
- "smoke"
- itemRule:
when:
- src_changes:
- "src/items/*"
then:
- include_tags:
- "items"