You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
564 B
23 lines
564 B
{ |
|
"name": "playwright-form-automation", |
|
"version": "1.0.0", |
|
"description": "Automated form submission with Playwright - intelligent page dumping for debugging", |
|
"main": "template-automation.js", |
|
"scripts": { |
|
"install-browsers": "npx playwright install chromium", |
|
"test": "node template-automation.js", |
|
"clean-dumps": "rm -rf page-dumps/*" |
|
}, |
|
"keywords": [ |
|
"playwright", |
|
"automation", |
|
"form", |
|
"web-scraping", |
|
"testing" |
|
], |
|
"author": "enne2", |
|
"license": "MIT", |
|
"dependencies": { |
|
"playwright": "^1.40.0" |
|
} |
|
}
|
|
|