You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Output rspec seed if used (#15)
Rspec supports running the specs in a [random order][1]. This helps in
surfacing any accidental dependencies and side effects in the test
suite. When debugging test failures caused by such side effects, it's
often necessary to reproduce the issue by running the specs in the same
order again. For that the seed value needs to be known and logged by the
formatter.
[1]: https://relishapp.com/rspec/rspec-core/v/3-8/docs/configuration/set-the-order-and-or-seed
Improve annotation messages. (#6)
* Improve annotation messages.
* Refactor formatting with delegator pattern
* Change relative e2e test to run on real file
* Do not require delegate
Co-authored-by: Stef Schenkelaars <stef.schenkelaars@gmail.com>
Ensure `file` is relative to `GITHUB_WORKSPACE`. (#4)
* Ensure `file` is relative to `GITHUB_WORKSPACE`.
* Simplify implementation of `relative_path` and add tests.
* Run `ci` workflow on `pull_request` event.
Co-authored-by: Stef Schenkelaars <stef.schenkelaars@gmail.com>