Files
cypress/packages/app/cypress.json
T
Lachlan Miller 98a9c06c40 feat(unification): adding specs list for the app (#18391)
* 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>
2021-10-07 22:35:30 +10:00

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"
}
}