mirror of
https://github.com/cypress-io/cypress.git
synced 2026-04-23 15:39:28 -05:00
98a9c06c40
* wip * wip * Adding required icons and strings for spec list * adding icons with some duplication * wip * fixing the colors and classes * removing the Icon from usage in the button and input * green => jade * wip * Fixes * wip * merge * fixing no projects state * Adding better spec pattern parsing * Adding routing for the runner * adding more tests * update tests * chore: lint * update types * types * chore: align vue-i18n version * update findSpecs * remove old spec * omit new properties returned from findSpecs * fix test * use different type Co-authored-by: Jessica Sachs <jess@jessicasachs.io> Co-authored-by: Tim Griesser <tgriesser10@gmail.com>
25 lines
651 B
JSON
25 lines
651 B
JSON
{
|
|
"projectId": "sehy69",
|
|
"baseUrl": "http://localhost:5556",
|
|
"viewportWidth": 800,
|
|
"viewportHeight": 850,
|
|
"fixturesFolder": false,
|
|
"retries": {
|
|
"runMode": 2,
|
|
"openMode": 0
|
|
},
|
|
"nodeVersion": "system",
|
|
"testFiles": "**/*.spec.{j,ts,tsx,jsx}",
|
|
"reporter": "../../node_modules/cypress-multi-reporters/index.js",
|
|
"reporterOptions": {
|
|
"configFile": "../../mocha-reporter-config.json"
|
|
},
|
|
"componentFolder": "src",
|
|
"supportFile": false,
|
|
"component": {
|
|
"testFiles": "**/*.spec.{js,ts,tsx,jsx}",
|
|
"supportFile": "cypress/component/support/index.ts",
|
|
"pluginsFile": "cypress/component/plugins/index.js"
|
|
}
|
|
}
|