Files
gitlab-foss/qa/spec/README.md
2023-12-19 12:10:37 +00:00

296 B

QA framework unit tests

To run all the unit tests under the framework, following command can be used:

bundle exec rspec -O .rspec_internal

To run individual unit test, following command can be used:

bundle exec rspec -O .rspec_internal spec/spec_path/file_spec.rb