Skip to content

Commit

Permalink
restore coverage in env in cypress.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
rustyjux committed Jan 28, 2025
1 parent ebb9217 commit 5fc044f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions e2e/cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ import cypress, { defineConfig } from 'cypress'
const baseUrl = 'http://oauth2proxy.localtest.me:4180'

export default defineConfig({
// env: {
// codeCoverage: {
// url: `${baseUrl}/__coverage__`,
// exclude: 'e2e/**/*.*',
// },
// },
env: {
codeCoverage: {
url: `${baseUrl}/__coverage__`,
exclude: 'e2e/**/*.*',
},
},
e2e: {
// We've imported your old cypress plugins here.
// You may want to clean this up later by importing these.
Expand Down

0 comments on commit 5fc044f

Please sign in to comment.