414fe9cb65
* Trying job * dependency * Run the tests * Oracle docker composes * Fixed networks * endpoints * Skip logging * Try node * Moved chromedriver from ui to ui-e2e * Port * Run * Install chrome * minte blocks * Finishing * Revert "Skip logging" 76747eb7efd2ba3c93deedc62caca91a374357eb * inventory * Inventory change. * ui-e2e fix * ui-e2e fix? * native-to-erc group * jobs * Ports * Blocks * yarn * fix * fix * killall * Try ui-e2e * no killall * All jobs. * Try two * separate jobs * all jobs * One job. * Removed the oracle-e2e step in ultimate tests.
18 lines
315 B
JSON
18 lines
315 B
JSON
{
|
|
"name": "ui-e2e",
|
|
"version": "0.0.1",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"selenium-webdriver": "3.6.0",
|
|
"mocha": "^5.2.0",
|
|
"chromedriver": "^2.35.0"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint . --ignore-path ../.eslintignore"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8.9"
|
|
}
|
|
}
|