first commit
This commit is contained in:
38
modules/ps_banner/tests/E2E/package.json
Normal file
38
modules/ps_banner/tests/E2E/package.json
Normal file
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"name": "ps_banner_e2e_tests",
|
||||
"version": "1.0.0",
|
||||
"description": "Tests E2E for ps_banner modules",
|
||||
"scripts": {
|
||||
"e2e-tests": "./node_modules/mocha/bin/mocha --recursive --file ./node_modules/prestashop_test_lib/kernel/utils/setup.js scenarios/*",
|
||||
"e2e-tests-fast-fail": "./node_modules/mocha/bin/mocha --bail --recursive --file ./node_modules/prestashop_test_lib/kernel/utils/setup.js scenarios/*",
|
||||
"lint": "eslint --ignore-path .gitignore .",
|
||||
"lint-fix": "eslint --ignore-path .gitignore --fix ."
|
||||
},
|
||||
"_moduleAliases": {
|
||||
"@versions": "versions",
|
||||
"@scenarios": "scenarios",
|
||||
"@utils": "utils"
|
||||
},
|
||||
"keywords": [
|
||||
"e2e",
|
||||
"tests",
|
||||
"playwright"
|
||||
],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"chai": "^4.2.0",
|
||||
"eslint-config-prestashop": "0.0.2",
|
||||
"js-image-generator": "^1.0.3",
|
||||
"mocha": "^8.2.1",
|
||||
"mochawesome": "^6.2.1",
|
||||
"module-alias": "^2.2.2",
|
||||
"prestashop_test_lib": "0.0.14"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-eslint": "^10.1.0",
|
||||
"eslint": "^5.4.0",
|
||||
"eslint-config-airbnb-base": "^13.1.0",
|
||||
"eslint-plugin-import": "^2.22.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user