Issue #3410281: Update Drupal Core from ~10.1.0 to ~10.2.0 for Webship...
Issue #3410281: Update Drupal Core from ~10.1.0 to ~10.2.0 for Webship development and automated testing and add Web Patches for PHP 8.3 local patching recipes
Showing
- nightwatch.conf.js 8 additions, 5 deletionsnightwatch.conf.js
- package.json 60 additions, 7 deletionspackage.json
- tests/reports/README.md 1 addition, 0 deletionstests/reports/README.md
- tests/reports/cucumber-report.html 0 additions, 48 deletionstests/reports/cucumber-report.html
- tests/reports/cucumber-report.json 0 additions, 66 deletionstests/reports/cucumber-report.json
- tests/step-definitions/webship.js 0 additions, 12 deletionstests/step-definitions/webship.js
... | ... | @@ -3,19 +3,72 @@ |
"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", | ||
"Webship", | ||
"Drupal profile", | ||
"testing", | ||
"Portal for a service" | ||
"Portal for services" | ||
], | ||
"author": "Webship.co", | ||
"license": "GPL-2.0", | ||
"engines": { | ||
"yarn": ">= 1.6", | ||
"node": ">= 18.0" | ||
}, | ||
"scripts": { | ||
"test": "nightwatch" | ||
"test": "nightwatch --format html:./tests/reports/index.html", | ||
"phpcs": "phpcs --standard=./.phpcs.xml .", | ||
"phpcbf": "phpcbf --standard=./.phpcs.xml .", | ||
"lint:js": "node ./node_modules/eslint/bin/eslint.js .", | ||
"lint:css": "stylelint \"**/*.css\"", | ||
"lint:yaml": "node ./node_modules/eslint/bin/eslint.js --ext .yml ." | ||
}, | ||
"dependencies": { }, | ||
"devDependencies": { | ||
"webship-js": "~1.0", | ||
"eslint": "^8.9.0", | ||
"eslint-config-airbnb-base": "^15.0.0", | ||
"eslint-config-prettier": "^8.4.0", | ||
"eslint-plugin-import": "^2.25.4", | ||
"eslint-plugin-jquery": "^1.5.1", | ||
"eslint-plugin-prettier": "^4.0.0", | ||
"eslint-plugin-yml": "^1.2.0", | ||
"glob": "^8.0.3", | ||
"jsdom": "^20.0.0", | ||
"loadjs": "4.2.x", | ||
"minimist": "^1.2.2", | ||
"mkdirp": "^1.0.4", | ||
"normalize.css": "8.0.x", | ||
"postcss": "^8.4.16", | ||
"postcss-header": "^3.0.2", | ||
"postcss-import": "^15.0.0", | ||
"postcss-preset-env": "^8.3.2", | ||
"postcss-pxtorem": "^6.0.0", | ||
"postcss-url": "^10.1.3", | ||
"prettier": "^2.1.2", | ||
"shepherd.js": "~10.0.1", | ||
"sortablejs": "1.15.x", | ||
"stylelint": "^15.5.0", | ||
"stylelint-checkstyle-formatter": "^0.1.2", | ||
"stylelint-config-standard": "^33.0.0", | ||
"stylelint-order": "^6.0.3", | ||
"tabbable": "~6.0.0", | ||
"terser": "^5.14.2", | ||
"terser-webpack-plugin": "^5.3.3", | ||
"underscore": "~1.13.4", | ||
"webpack": "^5.77.0", | ||
"webpack-cli": "^5.0.0" | ||
}, | ||
"dependencies": { | ||
"webship-js": "~1" | ||
} | ||
"browserslist": [ | ||
"last 2 Chrome major versions", | ||
"last 2 Firefox major versions", | ||
"last 2 Safari major versions", | ||
"last 2 Edge major versions", | ||
"last 2 Opera versions", | ||
"last 2 iOS major versions", | ||
"last 1 ChromeAndroid version", | ||
"last 1 Samsung version", | ||
"Firefox ESR" | ||
] | ||
} | ||
\ No newline at end of file |
tests/reports/README.md
0 → 100644
tests/reports/cucumber-report.html
deleted
100755 → 0
This diff is collapsed.
tests/reports/cucumber-report.json
deleted
100755 → 0
Please register or sign in to comment