Skip to content

Commit

Permalink
config changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Justas Vaitkus authored and Justas Vaitkus committed Jul 11, 2024
1 parent 3f7ab67 commit 58ff2d1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
10 changes: 5 additions & 5 deletions cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ module.exports = defineConfig({
viewportHeight: 1080,
viewportWidth: 1920,
e2e: {
baseUrl: 'https://jusvai.eu.ngrok.io',
CYPRESS_RECORD_KEY: 'f2a6bd99-2483-4909-ab73-f3428ddb70ce',
// baseUrl: 'https://jusvai.eu.ngrok.io',
// CYPRESS_RECORD_KEY: 'f2a6bd99-2483-4909-ab73-f3428ddb70ce',
// We've imported your old cypress plugins here.
// You may want to clean this up later by importing these.
// setupNodeEvents(on, config) {
Expand All @@ -34,12 +34,12 @@ module.exports = defineConfig({
// initPlugin(on, config);
// return config;
// },
// setupNodeEvents(on, config) {
setupNodeEvents(on, config) {
// require("cypress-fail-fast/plugin")(on, config);
// return config;
// },
},
experimentalMemoryManagement: true,
excludeSpecPattern: ['index.php', 'cypress/e2e/ps1785'],
excludeSpecPattern: ['index.php', 'cypress/e2e'],
specPattern: 'cypress/e2e/**/*.{js,jsx,ts,tsx}',
},
})
5 changes: 3 additions & 2 deletions docker-compose.e2e.1786.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ services:
image: "cypress/included:9.5.2"
environment:
# pass base url to test pointing at the web application
- CYPRESS_baseUrl=https://demoshop1784.eu.ngrok.io
- CYPRESS_baseUrl=https://jusvai.eu.ngrok.io
- CYPRESS_EVERY_NTH_FRAME=1
entrypoint: cypress run --spec "**/cypress/integration/ps1784/**"
- CYPRESS_RECORD_KEY=as4t54
entrypoint: cypress run --spec "**/cypress/e2e/**"
command: /bin/sh -c "--config npx browserslist@latest --update-db"
# share the current folder as volume to avoid copying
working_dir: /e2e
Expand Down

0 comments on commit 58ff2d1

Please sign in to comment.