Skip to content

Commit

Permalink
JSON output won't work because of cypress-io/cypress#18014
Browse files Browse the repository at this point in the history
  • Loading branch information
mcasperson committed Oct 25, 2021
1 parent c81feaf commit fc6b78f
Show file tree
Hide file tree
Showing 4 changed files with 227 additions and 2,027 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/cypress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,12 @@ jobs:

- name: Cypress run
uses: cypress-io/github-action@v2
with:
config-file: cypress-mocha.json

- run: ls -la

- name: Report
uses: dorny/test-reporter@v1
if: always()
with:
name: Cypress Tests
path: report.json
reporter: mocha-json
path: cypress/results/results.xml
reporter: java-junit
fail-on-error: true
6 changes: 0 additions & 6 deletions cypress-mocha.json

This file was deleted.

0 comments on commit fc6b78f

Please sign in to comment.