Skip to content

Commit

Permalink
reversion
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-jameson committed Sep 13, 2024
1 parent 1bce850 commit 112d2f8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 26 deletions.
9 changes: 4 additions & 5 deletions tdrs-frontend/cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,14 @@ const webpack = require('@cypress/webpack-preprocessor')
const preprocessor = require('@badeball/cypress-cucumber-preprocessor')

module.exports = defineConfig({
defaultCommandTimeout: 10000,
e2e: {
baseUrl: 'https://tdp-frontend-develop.acf.hhs.gov', //'http://localhost:3000',
baseUrl: 'http://localhost:3000',
specPattern: '**/*.feature',

env: {
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',
apiUrl: 'http://localhost:3000/v1',
adminUrl: 'http://localhost:3000/admin',
cypressToken: 'local-cypress-token',
},

async setupNodeEvents(on, config) {
Expand Down
28 changes: 7 additions & 21 deletions tdrs-frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 112d2f8

Please sign in to comment.