Issue #3339611: Fix install package google-chrome-stable error after upgrade into 109 (Circle CI)
Showing
- .circleci/config.yml 1 addition, 0 deletions.circleci/config.yml
- nightwatch.conf.js 30 additions, 280 deletionsnightwatch.conf.js
- package.json 19 additions, 21 deletionspackage.json
- tests/reports/cucumber-report.html 48 additions, 0 deletionstests/reports/cucumber-report.html
- tests/reports/cucumber-report.json 66 additions, 0 deletionstests/reports/cucumber-report.json
{ | ||
"name": "webship", | ||
"version": "10.0.0", | ||
"private": true, | ||
"description": "Webship helps in speeding up the work of web developers to ship websites in a swift way.", | ||
"main": "index.js", | ||
"keywords": [ | ||
"Webship", | ||
"Drupal", | ||
"testing", | ||
"test" | ||
], | ||
"author": "Webship.org", | ||
"license": "GPL-2.0", | ||
"scripts": { | ||
"test": "nightwatch" | ||
}, | ||
"dependencies": { | ||
"webship-js":"~1.0" | ||
} | ||
"name": "webship", | ||
"version": "10.0.0", | ||
"private": true, | ||
"description": "Webship helps in speeding up the work of web developers to ship websites in a swift way.", | ||
"main": "index.js", | ||
"keywords": [ | ||
"Webship", | ||
"Drupal", | ||
"testing", | ||
"test" | ||
], | ||
"author": "Webship.org", | ||
"license": "GPL-2.0", | ||
"scripts": { | ||
"test": "nightwatch" | ||
}, | ||
"dependencies": { | ||
"webship-js": "~1.0" | ||
} | ||
\ No newline at end of file | ||
} | ||
\ No newline at end of file |
tests/reports/cucumber-report.html
0 → 100755
This diff is collapsed.
tests/reports/cucumber-report.json
0 → 100755
Please register or sign in to comment