mediawiki-extensions-Cite/package.json
Lucas Werkmeister b7a1116df6 Configure CYPRESS_CACHE_FOLDER
The default doesn’t seem to work well in CI. (Note that cypress/.cache
is already in the .gitignore.)

Bug: T361520
Change-Id: I7e56d102ac2252a23b49c68f9df8940d5c060aa9
2024-04-02 14:55:31 +02:00

31 lines
866 B
JSON

{
"name": "Cite",
"private": true,
"scripts": {
"selenium-daily": "npm run selenium-test",
"selenium-test": "CYPRESS_CACHE_FOLDER=./cypress/.cache cypress run",
"cypress:open": "CYPRESS_CACHE_FOLDER=./cypress/.cache cypress open",
"doc": "jsdoc -c jsdoc.json",
"test": "grunt test",
"lint:fix": "grunt test --fix"
},
"devDependencies": {
"@wdio/cli": "7.30.1",
"@wdio/junit-reporter": "7.29.1",
"@wdio/local-runner": "7.30.1",
"@wdio/mocha-framework": "7.26.0",
"@wdio/spec-reporter": "7.29.1",
"cypress": "^13.6.1",
"eslint-config-wikimedia": "0.26.0",
"eslint-plugin-cypress": "^2.15.1",
"grunt": "1.6.1",
"grunt-banana-checker": "0.11.1",
"grunt-eslint": "24.3.0",
"grunt-stylelint": "0.19.0",
"jsdoc": "^4.0.2",
"jsdoc-wmf-theme": "^0.0.12",
"stylelint-config-wikimedia": "0.16.1",
"wdio-mediawiki": "2.3.0"
}
}