-
Notifications
You must be signed in to change notification settings - Fork 34
Closed
Labels
ci scriptsThe test runner scriptsThe test runner scriptsenhancementNew feature or requestNew feature or request
Description
Feature Request
When developing tests it would be useful not to have to run all tests in a project, only those under development or of particular interest.
Options could include:
- test case by name
bundle exec arduino_ci_remote.rb -test interesting-test
- all tests in a file
bundle exec arduino_ci_remote.rb -file interesting-tests-file
- multiples and combinations of each
bundle exec arduino_ci_remote.rb -file test-file -test some-test -test some-other-test
I'm not sure how args are handled by ruby/bundle exec so the above command lines are just for illustration of the concept
Metadata
Metadata
Assignees
Labels
ci scriptsThe test runner scriptsThe test runner scriptsenhancementNew feature or requestNew feature or request