Slide 12
Slide 12 text
12
Approach: Shift-left testing
▶ For Rspec, use filtering function
▶ E.g. grouping test suites into small, medium, and large or domain expert groups
# To run tests only having :small tag
$ rspec --tag small
# To run tests only having :large tag
$ rspec --tag large