4b6106a386
* Fixed flaky tests * Refactored ui_test commans-line, added documentation * Attempt to build a workflow with cypress * Fixed CI UX tests build * Changed cyprss actions for pull-request * Merged Cypress workflow into the regular PR target workflow * Refactored Github workflows to include Cypress Tests * Revert Ci build to pull_request_target
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"
|
|
}
|
|
}
|