Skip to content

Commit

Permalink
Add replay links to other reporter output (#254)
Browse files Browse the repository at this point in the history
* Add support for injecting replay URLs into junit reports for cypress

* expand error handling

* Output a junit reporter file for debugging

* fix processing instruction
  • Loading branch information
ryanjduffy authored Sep 28, 2023
1 parent 35b0a33 commit 1fbd679
Show file tree
Hide file tree
Showing 5 changed files with 5,286 additions and 3,387 deletions.
2 changes: 2 additions & 0 deletions Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ flake:
RUN npm i && npm link @replayio/cypress
RUN DEBUG=replay:*,-replay:cypress:plugin:task,-replay:cypress:plugin:reporter:steps npm run start-and-test || exit 0
RUN npx @replayio/replay ls --all
RUN echo "JUnit Output"
RUN find results -type f -exec grep -l 'adding-spec.ts' {} \; | xargs cat

e2e:
BUILD +flake
Expand Down
Loading

0 comments on commit 1fbd679

Please sign in to comment.