wooden-advantage-64510
05/20/2021, 1:02 PMwooden-advantage-64510
05/20/2021, 1:03 PMwooden-advantage-64510
05/20/2021, 1:03 PMbulky-sundown-74498
05/20/2021, 1:03 PMwooden-advantage-64510
05/20/2021, 1:03 PMwooden-advantage-64510
05/20/2021, 1:04 PMuser
05/20/2021, 1:05 PMrough-fish-62491
05/20/2021, 2:37 PMrough-fish-62491
05/20/2021, 2:37 PMbulky-sundown-74498
05/20/2021, 2:38 PMfuture-journalist-95278
05/20/2021, 6:59 PMalert-photographer-39416
05/20/2021, 7:34 PMbulky-sundown-74498
05/20/2021, 7:35 PMalert-photographer-39416
05/20/2021, 7:35 PMmagnificent-rose-67179
05/27/2021, 1:02 PMmagnificent-rose-67179
05/27/2021, 1:03 PMmagnificent-rose-67179
05/27/2021, 1:03 PMmagnificent-rose-67179
05/27/2021, 1:04 PMmagnificent-rose-67179
05/27/2021, 1:05 PMflat-electrician-52949
05/27/2021, 1:26 PMtsconfig
inside of cypress. In the beginning I was doing some includes and then going one level up - it was not working. Then I just tried to drop it from the cypress folder and it worked just fineflat-electrician-52949
05/27/2021, 1:27 PMjson
{
"compilerOptions": {
"target": "es5",
"downlevelIteration": true,
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"skipLibCheck": true,
"strict": false,
"forceConsistentCasingInFileNames": true,
"noEmit": true,
"esModuleInterop": true,
"module": "esnext",
"moduleResolution": "node",
"resolveJsonModule": true,
"isolatedModules": true,
"jsx": "preserve",
"baseUrl": ".",
"paths": {
"~/*": ["*"]
},
"types": [
"cypress",
"@testing-library/cypress",
"cypress-localstorage-commands",
"cypress-plugin-stripe-elements"
]
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"],
"exclude": ["node_modules"]
}
flat-electrician-52949
05/27/2021, 1:27 PMflat-electrician-52949
05/27/2021, 1:27 PMjson
{
"baseUrl": "http://localhost:3000",
"viewportWidth": 1000,
"viewportHeight": 660,
"integrationFolder": "cypress/tests",
"component": {
"testFiles": "!(node_modules|cypress)/**/*.spec.{js,ts,jsx,tsx}",
"componentFolder": "./"
},
"chromeWebSecurity": false,
"experimentalStudio": true,
"$schema": "https://on.cypress.io/cypress.schema.json"
}
flat-electrician-52949
05/27/2021, 1:28 PMmagnificent-rose-67179
05/27/2021, 3:53 PMmagnificent-rose-67179
05/27/2021, 3:53 PMmagnificent-rose-67179
05/27/2021, 3:54 PMflat-electrician-52949
05/27/2021, 3:57 PMmagnificent-rose-67179
05/27/2021, 3:58 PMmagnificent-rose-67179
05/27/2021, 3:58 PM