Skip to content

Commit

Permalink
debugging why baseUrl is wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
scytacki committed May 23, 2024
1 parent f766053 commit 972dcc8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ import path from 'path';
import installLogsPrinter from 'cypress-terminal-report/src/installLogsPrinter';
import codeCoverageTask from '@cypress/code-coverage/task';

console.log("Loading Cypress Config");

export default defineConfig({
video: false,
viewportWidth: 1400,
Expand Down Expand Up @@ -45,6 +47,8 @@ export default defineConfig({
experimentalRunAllSpecs: true,
experimentalMemoryManagement: true,
async setupNodeEvents(on, config) {
console.log("Cypress config baseUrl", config.baseUrl);

// Print out cypress log to the command line so it is recorded by the CI system
installLogsPrinter(on);

Expand Down

0 comments on commit 972dcc8

Please sign in to comment.