vets-api icon indicating copy to clipboard operation
vets-api copied to clipboard

Binstubs - Test

Open stevenjcumming opened this issue 1 year ago • 3 comments

Summary

  • Replace existing testing command with a binstub bin/test
  • Options include --ci, --no-parallel, --coverage, --log
  • Input folders/files can be include like with rspec
  • Uses the .developer-setup preference for the testing environment

Related issue(s)

  • https://github.com/department-of-veterans-affairs/va.gov-team/issues/75918

Acceptance criteria

  • [ ] Run tests locally like CI
  • [ ] Run tests in parallel or not in parallel
  • [ ] Run tests with coverage report
  • [ ] Run tests with output to log
  • [ ] Run tests with setup preference

stevenjcumming avatar Feb 21 '24 21:02 stevenjcumming