diff --git a/tdrs-frontend/cypress.config.js b/tdrs-frontend/cypress.config.js index 4dd63955e..d6cd1d9e6 100644 --- a/tdrs-frontend/cypress.config.js +++ b/tdrs-frontend/cypress.config.js @@ -3,14 +3,15 @@ const webpack = require('@cypress/webpack-preprocessor') const preprocessor = require('@badeball/cypress-cucumber-preprocessor') module.exports = defineConfig({ + defaultCommandTimeout: 10000, e2e: { - baseUrl: 'http://localhost:3000', + baseUrl: 'https://tdp-frontend-develop.acf.hhs.gov', //'http://localhost:3000', specPattern: '**/*.feature', env: { - apiUrl: 'http://localhost:3000/v1', - adminUrl: 'http://localhost:3000/admin', - cypressToken: 'local-cypress-token', + apiUrl: 'https://tdp-frontend-develop.acf.hhs.gov/v1', //'http://localhost:3000/v1', + adminUrl: 'https://tdp-frontend-develop.acf.hhs.gov/admin', //'http://localhost:3000/admin', + cypressToken: 'VPryEbqCsudfVCgen2kk', //'local-cypress-token', }, async setupNodeEvents(on, config) { diff --git a/tdrs-frontend/package-lock.json b/tdrs-frontend/package-lock.json index 7503ba7cd..3ea887b56 100644 --- a/tdrs-frontend/package-lock.json +++ b/tdrs-frontend/package-lock.json @@ -6592,12 +6592,24 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001305", - "license": "CC-BY-4.0", - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/browserslist" - } + "version": "1.0.30001660", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001660.tgz", + "integrity": "sha512-GacvNTTuATm26qC74pt+ad1fW15mlQ/zuTzzY1ZoIzECTP8HURDfF43kNxPgf7H1jmelCBQTTbBNxdSXOA7Bqg==", + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/caniuse-lite" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "license": "CC-BY-4.0" }, "node_modules/capture-exit": { "version": "2.0.0", @@ -32566,7 +32578,9 @@ } }, "caniuse-lite": { - "version": "1.0.30001305" + "version": "1.0.30001660", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001660.tgz", + "integrity": "sha512-GacvNTTuATm26qC74pt+ad1fW15mlQ/zuTzzY1ZoIzECTP8HURDfF43kNxPgf7H1jmelCBQTTbBNxdSXOA7Bqg==" }, "capture-exit": { "version": "2.0.0",