fresh-doctor-14925
07/04/2022, 11:07 AMbitter-match-90736
07/04/2022, 11:07 AMbitter-match-90736
07/04/2022, 11:09 AMfresh-doctor-14925
07/04/2022, 11:11 AMcy.viewport()
to your recommended resolution
Screenshot will still be 720p, but the viewport will show all your app (as well as the Cypress sidebar-- that's what the screenshot options are for)fresh-doctor-14925
07/04/2022, 11:11 AMbitter-match-90736
07/04/2022, 11:12 AMbitter-match-90736
07/04/2022, 11:13 AMbitter-match-90736
07/04/2022, 11:13 AMfresh-doctor-14925
07/04/2022, 11:15 AMcy.viewport(1920, 1080)
. Then you should be able to see everythingbitter-match-90736
07/04/2022, 11:18 AMbitter-match-90736
07/04/2022, 11:18 AMbumpy-library-92619
07/04/2022, 11:20 AMbitter-match-90736
07/04/2022, 11:52 AMgentle-accountant-4760
07/04/2022, 11:59 AMcold-doctor-52849
07/04/2022, 12:04 PMbumpy-library-92619
07/04/2022, 12:52 PMambitious-photographer-77013
07/04/2022, 1:23 PMts
export const webpackConfig = createWebpackDevConfig(cracoConfig);
Craco gives you API for extracting the overridden Webpack config, but Cypress throws with the following:
ts
Error: Cannot find module '/Users/adisahar/dev/deepdubapp8/cypress/package.json'
Require stack:
- /Users/xxx/dev/deepdubapp8/node_modules/react-scripts/config/paths.js
- /Users/xxx/dev/deepdubapp8/node_modules/react-scripts/config/env.js
- /Users/xxx/dev/deepdubapp8/node_modules/@craco/craco/lib/cra.js
- /Users/xxx/dev/deepdubapp8/node_modules/@craco/craco/lib/features/jest/api.js
- /Users/xxx/dev/deepdubapp8/node_modules/@craco/craco/index.js
- /Users/xxx/dev/deepdubapp8/craco.config.ts
- /Users/xxx/dev/deepdubapp8/cypress/cypress.config.ts
...
cold-doctor-52849
07/04/2022, 1:29 PMfierce-beach-68131
07/04/2022, 2:11 PMbitter-fountain-36713
07/04/2022, 2:18 PMdayjs('1970-00-00', 'MM-DD-YYYY')
fierce-beach-68131
07/04/2022, 2:19 PMproud-breakfast-29892
07/04/2022, 4:05 PMit
. It ignores it and the build stops. I checked the log, and the only relevant message I could find is Test ignored: ignore reason: Interrupted by TeamCity on build stop .
Did anyone encounter such an issue?
The only viable information I think I can give regarding my spec file, is that it has multiple context
,with a beforeEach
to each of those contexts, plus a global beforeEach
outside those contexts in the beginning of the spec file.miniature-father-81446
07/04/2022, 6:19 PMswift-kitchen-62493
07/05/2022, 6:04 AMquaint-autumn-18886
07/05/2022, 6:16 AMbillowy-hairdresser-82846
07/05/2022, 7:37 AMhandsome-telephone-90688
07/05/2022, 8:40 AMquaint-autumn-18886
07/05/2022, 9:04 AMgentle-accountant-4760
07/05/2022, 10:29 AMgray-kilobyte-89541
07/05/2022, 11:21 AM