blob: c5351c1add89fb8f36fc342d93c75683851246fc [file] [log] [blame]
# This file contains a list of Mojo apptests.
# For description of the file format, see 'mojo_test'.
tests = [
{
"test": "https://test.v.io/discovery_apptests.mojo",
"test-args": [],
"shell-args": ["--args-for=https://mojo.v.io/discovery.mojo --test-mode"],
"timeout": 120,
},
{
"test": "https://dart.test.mojo.v.io/discovery_apptests.dart",
"type": "dart",
"dart_strict_mode": True,
"shell-args": ["--args-for=https://mojo.v.io/discovery.mojo --test-mode"],
"timeout": 120,
}
]