mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 18:41:38 +01:00
14 lines
239 B
YAML
14 lines
239 B
YAML
|
launch_in_dev:
|
||
|
- Chrome
|
||
|
- Firefox
|
||
|
- Opera
|
||
|
launch_in_ci:
|
||
|
- Chrome
|
||
|
- Firefox
|
||
|
- Opera
|
||
|
framework:
|
||
|
- qunit
|
||
|
before_tests: "npm run mascaraCi"
|
||
|
after_tests: "rm ./background.js ./test-bundle.js ./bundle.js"
|
||
|
test_page: "./index.html"
|