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
[Fix#41] Ignore Duplicate Examples in Reports (#42)
Currently, the RSpec Tracer stops generating reports in case of
duplicate examples. Now, allowing it to continue with the reports by
ignoring these duplicate examples. The HTML report provides the list of
such examples.
Also, the default exit code is `1`, which can be controlled using the
environment variable `RSPEC_TRACER_FAIL_ON_DUPLICATES`.
Copy file name to clipboardExpand all lines: README.md
+14-10Lines changed: 14 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ recommended to use **simplecov >= 0.12.0**. To use RSpec Tracer **cache on CI**,
28
28
need to have an **S3 bucket** and **[AWS CLI](https://aws.amazon.com/cli/)**
29
29
installed.
30
30
31
-
###You should take some time and go through the **[document](./RSPEC_TRACER.md)** describing the **intention** and implementation details of **managing dependency**, **managing flaky tests**, **skipping tests**, and **caching on CI**.
31
+
>You should take some time and go through the **[document](./RSPEC_TRACER.md)** describing the **intention** and implementation details of **managing dependency**, **managing flaky tests**, **skipping tests**, and **caching on CI**.
0 commit comments