# The tests within this file are exclusively executed when `mach marionette-test` # is called without specifying a test path. In case a specific test or manifest # is provided, only that particular test or manifest is executed. Alternatively, # by using a path prefix, any manifest file is recursively searched for under # the specified path. # # Note: When adding a new top-level manifest file please also add a reference # to the `MARIONETTE_MANIFESTS` entry in the appropriate `moz.build` file to # allow the execution of tests via `mach test` and as part of the test package # as well. [DEFAULT] # marionette unit tests ["include:unit/unit-tests.toml"] # DOM tests ["include:../../../../../dom/cache/test/marionette/manifest.toml"] ["include:../../../../../dom/indexedDB/test/marionette/manifest.toml"] ["include:../../../../../dom/quota/test/marionette/manifest.toml"] ["include:../../../../../dom/workers/test/marionette/manifest.toml"] # browser tests ["include:../../../../../browser/components/tests/marionette/manifest.toml"] ["include:../../../../../browser/components/migration/tests/marionette/manifest.toml"] ["include:../../../../../browser/components/places/tests/marionette/manifest.toml"] ["include:../../../../../browser/components/search/test/marionette/manifest.toml"] ["include:../../../../../browser/components/sessionstore/test/marionette/manifest.toml"] # extensions tests ["include:../../../../../extensions/pref/autoconfig/test/marionette/manifest.toml"] # layout tests ["include:../../../../../layout/base/tests/marionette/manifest.toml"] # netwerk tests ["include:../../../../../netwerk/test/marionette/manifest.toml"] # toolkit tests ["include:../../../../../toolkit/components/cleardata/tests/marionette/manifest.toml"] ["include:../../../../../toolkit/xre/test/marionette/marionette.toml"] # update tests ["include:../../../../../toolkit/mozapps/update/tests/marionette/marionette.toml"]