-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1.37 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "ag-grid-examples-cypress",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"download-cypress-config": "curl -k --header \"Authorization: Bearer $TC_REST_KEY\" https://teamcity.ag-grid.com/repository/download/AgGrid_IncrementalBuildTestBeta/.lastSuccessful/cypress.config.json > config/cypress.config.json",
"test": "npm run test-api-docs",
"test-api-docs": "cypress run --spec 'cypress/integration/ag-grid/doc-pages.spec.js' --headless -b chrome --reporter-options 'mochaFile=test-results/api-docs.xml'",
"test-snapshots": "node run-snapshots.js",
"test-config": "node run-config.js",
"update-snapshots": "node run-snapshots.js -- updateSnapshots"
},
"repository": {
"type": "git",
"url": "git+https://github.com/StephenCooper/ag-grid-examples-cypress.git"
},
"keywords": [
"cypress",
"ag-grid"
],
"author": "Stephen Cooper",
"license": "MIT",
"bugs": {
"url": "https://github.com/StephenCooper/ag-grid-examples-cypress/issues"
},
"homepage": "https://github.com/StephenCooper/ag-grid-examples-cypress#readme",
"dependencies": {
"cypress-fail-on-console-error": "^2.1.3",
"cypress-log-to-output": "^1.1.2"
},
"devDependencies": {
"@cypress/skip-test": "^2.6.1",
"cypress": "^9.5.0",
"cypress-image-snapshot": "^4.0.1",
"cypress-multi-reporters": "^1.5.0"
}
}