Replace Playwright smoke tests with Selenium
This commit is contained in:
17
tests/e2e/dom-wrap-addon/manifest.json
Normal file
17
tests/e2e/dom-wrap-addon/manifest.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"manifest_version": 2,
|
||||
"name": "RpgRoller DOM Wrap Smoke",
|
||||
"version": "1.0",
|
||||
"description": "Wraps input controls at document start to mimic extension behavior during smoke tests.",
|
||||
"content_scripts": [
|
||||
{
|
||||
"matches": [
|
||||
"<all_urls>"
|
||||
],
|
||||
"js": [
|
||||
"content.js"
|
||||
],
|
||||
"run_at": "document_start"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user