Skip to content

Commit

Permalink
fix other mistakes in cypress.config
Browse files Browse the repository at this point in the history
  • Loading branch information
rustyjux committed Jan 28, 2025
1 parent 5fc044f commit d1afdee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e/cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default defineConfig({
// You may want to clean this up later by importing these.
setupNodeEvents(on, config) {
require('dotenv').config()
// require('@cypress/code-coverage/task')(on, config)
require('@cypress/code-coverage/task')(on, config)

// // It's IMPORTANT to return the config object
// // with any changed environment variables
Expand Down Expand Up @@ -59,7 +59,7 @@ export default defineConfig({
},
chromeWebSecurity: false,
env: {
ASTRA_SCAN_ENABLED: false,
ASTRA_SCAN_ENABLED: true,
CLIENT_ID: 'aps-portal',
CLIENT_SECRET: '8e1a17ed-cb93-4806-ac32-e303d1c86018',
OIDC_ISSUER: 'http://keycloak.localtest.me:9081/auth/realms/master',
Expand Down

0 comments on commit d1afdee

Please sign in to comment.