Skip to content

Commit

Permalink
frontend files
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-jameson committed Sep 13, 2024
1 parent 500e19f commit 6433984
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 11 deletions.
9 changes: 5 additions & 4 deletions tdrs-frontend/cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
28 changes: 21 additions & 7 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 6433984

Please sign in to comment.