integration-tests.toml (2646B)
1 # The tests within this file are exclusively executed when `mach marionette-test` 2 # is called without specifying a test path. In case a specific test or manifest 3 # is provided, only that particular test or manifest is executed. Alternatively, 4 # by using a path prefix, any manifest file is recursively searched for under 5 # the specified path. 6 # 7 # Note: When adding a new top-level manifest file please also add a reference 8 # to the `MARIONETTE_MANIFESTS` entry in the appropriate `moz.build` file to 9 # allow the execution of tests via `mach test` and as part of the test package 10 # as well. 11 12 [DEFAULT] 13 # browser tests 14 15 ["include:../../../../../browser/components/backup/tests/marionette/manifest.toml"] 16 17 ["include:../../../../../browser/components/customizableui/test/marionette/manifest.toml"] 18 19 ["include:../../../../../browser/components/migration/tests/marionette/manifest.toml"] 20 21 ["include:../../../../../browser/components/places/tests/marionette/manifest.toml"] 22 23 ["include:../../../../../browser/components/search/test/marionette/manifest.toml"] 24 25 ["include:../../../../../browser/components/sessionstore/test/marionette/manifest.toml"] 26 27 ["include:../../../../../browser/components/sidebar/tests/marionette/manifest.toml"] 28 29 ["include:../../../../../browser/components/tests/marionette/manifest.toml"] 30 31 # DOM tests 32 33 ["include:../../../../../dom/cache/test/marionette/manifest.toml"] 34 35 ["include:../../../../../dom/indexedDB/test/marionette/manifest.toml"] 36 37 ["include:../../../../../dom/notification/test/marionette/manifest.toml"] 38 39 ["include:../../../../../dom/quota/test/marionette/manifest.toml"] 40 41 ["include:../../../../../dom/workers/test/marionette/manifest.toml"] 42 43 # extensions tests 44 45 ["include:../../../../../extensions/pref/autoconfig/test/marionette/manifest.toml"] 46 47 # js tests 48 49 ["include:../../../../../js/xpconnect/tests/marionette/manifest.toml"] 50 51 # layout tests 52 53 ["include:../../../../../layout/base/tests/marionette/manifest.toml"] 54 55 # netwerk tests 56 57 ["include:../../../../../netwerk/test/marionette/manifest.toml"] 58 59 # tor tests 60 61 ["include:../../../../../testing/tor/manifest.toml"] 62 63 # toolkit tests 64 65 ["include:../../../../../toolkit/components/antitracking/bouncetrackingprotection/test/marionette/manifest.toml"] 66 67 ["include:../../../../../toolkit/components/cleardata/tests/marionette/manifest.toml"] 68 69 ["include:../../../../../toolkit/components/extensions/test/marionette/manifest-serviceworker.toml"] 70 71 ["include:../../../../../toolkit/modules/tests/marionette/manifest.toml"] 72 73 ["include:../../../../../toolkit/mozapps/update/tests/marionette/manifest.toml"] 74 75 ["include:../../../../../toolkit/xre/test/marionette/manifest.toml"]