We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 808b838 commit 11f0bc9Copy full SHA for 11f0bc9
cypress.config.js
@@ -27,10 +27,6 @@ module.exports = defineConfig({
27
NEXT_PUBLIC_PROVIDER_ID: process.env.NEXT_PUBLIC_PROVIDER_ID,
28
NEXT_PUBLIC_TOKEN: process.env.NEXT_PUBLIC_TOKEN,
29
CYPRESS_SEARCH_QUERY: 'test',
30
- // importing the `API_PER_PAGE` variable from the constants file throws
31
- // errors since this file doesn't follow ES6 syntax. if the value is
32
- // changed in constants, it needs to be updated here too
33
- API_PER_PAGE: 2000,
34
},
35
reporter: 'junit',
36
reporterOptions: {
0 commit comments