summaryrefslogtreecommitdiffstats
path: root/testing/marionette/harness/marionette_harness/tests/unit-tests.toml
blob: 26f6f559f06888f4dc0e2cd6438b867852bfa20c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# 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"]