Files
cromite/tools/tests/package.json
T
Carmelo Messina 358e4c93ae Add cromite test support: allows the activation of specific APIs used for cromite testing (#1271)
API are only available on the chrome://version page.
It allows the use of tools such as Browserstack for test automation.
Do not activate the corresponding options (available in the developer
settings) if you do not know what you are doing.
2025-08-26 09:05:34 +02:00

7 lines
81 B
JSON

{
"dependencies": {
"global-agent": "^3.0.0",
"webdriverio": "^8.39.0"
}
}