@revoloo/cypress6
Version:
Cypress.io end to end testing tool
28 lines (27 loc) • 481 B
JSON
{
"name": "e2e ext",
"version": "0",
"description": "tests adding user extension into Cypress",
"permissions": [
"tabs",
"webNavigation",
"<all_urls>"
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"exclude_matches": [
"*://*/__cypress/*",
"*://*/__/*"
],
"js": [
"background.js"
],
"run_at": "document_end",
"all_frames": true
}
],
"manifest_version": 2
}