fe123129d2
* chore: align test-suite name with npm standards Signed-off-by: Kush Trivedi <kushthedude@gmail.com> * chore: rename ci to openrefine Signed-off-by: Kush Trivedi <kushthedude@gmail.com> * chore: make requested changes Signed-off-by: Kush Trivedi <kushthedude@gmail.com>
17 lines
426 B
JSON
17 lines
426 B
JSON
{
|
|
"name": "openrefine-cypress-test-suite",
|
|
"version": "1.0.0",
|
|
"description": "Cypress tests for OpenRefine",
|
|
"license": "BSD-3-Clause",
|
|
"author": "OpenRefine",
|
|
"private": true,
|
|
"dependencies": {
|
|
"cypress": "6.0.1",
|
|
"cypress-file-upload": "^4.1.1",
|
|
"cypress-wait-until": "^1.7.1",
|
|
"dotenv": "^8.2.0",
|
|
"fs-extra": "^9.0.1",
|
|
"uniqid": "^5.2.0"
|
|
}
|
|
}
|