UNPKG
internal-client
Version:
latest (0.0.1)
0.0.1
## Project setup ``` npm install ```
internal-client
/
cypress.json
10 lines
(9 loc)
•
242 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
{
"pluginsFile"
:
"tests/integration/plugins/index.js"
,
"chromeWebSecurity"
:
false
,
"reporter"
:
"junit"
,
"reporterOptions"
:
{
"mochaFile"
:
"../../__tests__/reports/cypress-integration-tests-[hash].xml"
,
"toConsole"
:
true
}
}