Skip to content

Commit

Permalink
fix(ci): debugging cypress
Browse files Browse the repository at this point in the history
  • Loading branch information
p-fernandez committed Jun 27, 2023
1 parent a3d379c commit 6f285e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions apps/web/cypress/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"include": ["./**/*.ts", "global.d.ts", "../src/**/*.cy.{js,jsx,ts,tsx}"],
"exclude": [],
"compilerOptions": {
"baseUrl": ".",
"types": ["cypress"],
"lib": ["es2015", "dom"],
"isolatedModules": false,
Expand Down
6 changes: 3 additions & 3 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"start:static:build": "pnpm envsetup:docker && http-server build -p 4200 --proxy http://localhost:4200?",
"start:docker": "pnpm build && pnpm start:static:build",
"start:dev": "pnpm start",
"cypress:run": "cross-env NODE_ENV=test cypress run",
"cypress:run": "DEBUG=cypress:*,cypress-verbose:server:util:process_profiler cross-env NODE_ENV=test cypress run",
"cypress:install": "cypress install",
"cypress:open": "cross-env NODE_ENV=test cypress open",
"cypress:run:components": "cross-env NODE_OPTIONS=--max_old_space_size=4096 NODE_ENV=test cypress run --component",
"cypress:open": "DEBUG=cypress:*,cypress-verbose:server:util:process_profiler cross-env NODE_ENV=test cypress open",
"cypress:run:components": "DEBUG=cypress:*,cypress-verbose:server:util:process_profiler cross-env NODE_OPTIONS=--max_old_space_size=4096 NODE_ENV=test cypress run --component",
"start:api": "cd ../../ && pnpm start:api:test",
"storybook": "start-storybook -p 6006 -s public",
"build-storybook": "build-storybook -s public",
Expand Down

0 comments on commit 6f285e9

Please sign in to comment.