Skip to content

Allow specific tests or groups of tests to be run selectively #48

@tomduff

Description

@tomduff

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

No one assigned

    Labels

    ci scriptsThe test runner scriptsenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions