Refactor test scripts by removing unused files, updating test commands, and adding new functionality for window switching and variable extraction
This commit is contained in:
@@ -4,12 +4,8 @@
|
||||
"description": "Custom test language using Playwright",
|
||||
"main": "src/index.js",
|
||||
"scripts": {
|
||||
"test": "node src/cli.js step1.test Chrome --headed --screenshot-none",
|
||||
"install-browsers": "playwright install chromium",
|
||||
"lint": "node src/linter-cli.js step1.test",
|
||||
"lint:strict": "node src/linter-cli.js --strict step1.test",
|
||||
"lint:verbose": "node src/linter-cli.js --verbose step1.test",
|
||||
"lint:all": "node src/linter-cli.js step1.test"
|
||||
"test": "node src/cli.js step1.test Chrome --headed --screenshot --full-page",
|
||||
"install-browsers": "playwright install chromium"
|
||||
},
|
||||
"dependencies": {
|
||||
"dotenv": "^17.2.0",
|
||||
|
||||
Reference in New Issue
Block a user