mirror of
https://github.com/OliveTin/OliveTin
synced 2026-08-29 05:56:41 +00:00
* cicd: Move cypress to selenium+mocha * cicd: with is not supported unless using an a container * cicd: relative path to mocha * cicd: the integration-tests runner now starts/stops OliveTin * cicd: Knowing the CWD helps debugging * cicd: Headless chrome * cicd: wait for integration-test server to be started * fmt: Mostly fix isses from eslint * cicd: #169 - Test multiple combo boxes * fmt: let should be const * cicd: Remove cypress entirely
23 lines
525 B
JSON
23 lines
525 B
JSON
{
|
|
"name": "olivetin-integration-tests",
|
|
"version": "1.0.0",
|
|
"repository": "https://github.com/OliveTin/OliveTin",
|
|
"description": "The integration-tests for OliveTin's webui.",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"chai": "^4.3.10",
|
|
"eslint": "^8.51.0",
|
|
"mocha": "^10.2.0",
|
|
"selenium-webdriver": "4.12.0"
|
|
},
|
|
"dependencies": {
|
|
"wait-on": "^7.0.1"
|
|
}
|
|
}
|