| .eslintrc.mjs |
|
1043 |
- |
| actors |
|
|
- |
| damp-tests.js |
This is the registry for all DAMP tests. The registry is an object containing
one property for each DAMP sub-suite used in continuous integration. And each
property contains the array of tests which correspond to this suite.
Tests will be run in the order specified by the array.
A test is defined with the following properties:
- {String} name: the name of the test (should match the path when possible)
- {String} path: the path to the test file under
testing/talos/talos/tests/devtools/addon/content/tests/
- {String} description: Test description
- {Boolean} disabled: set to true to skip the test
- {Boolean} cold: set to true to run the test only during the first run of the browser
|
8724 |
- |
| damp.js |
globals dampWindow |
17087 |
- |
| pages |
|
|
- |
| tests |
|
|
- |