gecko-dev/testing
Gregory Mierzwinski b9466bda67 Bug 1765457 - Enable custom browsertime testing through raptor. r=perftest-reviewers,kshampur
This patch builds off the ability to specify custom browsertime arguments on the command line in raptor to let the user run custom tests in "vanilla" browsertime. In this patch, we create a new test called `browsertime` that can be used to get a "dummy" template for a raptor test. Then, the user will be responsible for providing either a test script, or a URL to test.

To use a custom script we can pass something like `--browsertime-arg test_script=/path/to/script` or `--browsertime-arg url=https://www.sitespeed.io`. Furthermore, we can also use `test_script=pageload` to specify that we want to use the browsertime pageload script.

Differential Revision: https://phabricator.services.mozilla.com/D144168
2022-04-21 18:05:53 +00:00
..
awsy
condprofile
config
crashtest
docs Bug 1763980 - Port most of the mochitest-plain documentation to the in-tree docs. r=jgraham,Gijs 2022-04-11 12:00:01 +00:00
extensions
firefox-ui Bug 1762505 - [firefox-ui] Disable test_ssl_status_after_restart.py because badssl.com is not reachable. r=webdriver-reviewers,jdescottes 2022-04-01 07:06:19 +00:00
fxrecord/perfdocs
geckodriver Bug 1763328 - [geckodriver] Use semver beside path for internal crate dependencies. r=webdriver-reviewers,jgraham 2022-04-12 18:34:35 +00:00
gtest Bug 1761511 - Part 4: Remove the previous vendoring of gtest, r=ahal 2022-04-14 02:09:21 +00:00
jsshell
marionette Bug 1763615 - [marionette] Fix test_add_test_manifest for pytest 7 r=webdriver-reviewers,whimboo 2022-04-07 13:40:04 +00:00
mochitest Bug 1764947: Normcase mochitest paths for "parent dir" comparison r=ahal 2022-04-19 19:10:09 +00:00
modules Bug 1762493 - Remove Ajv r=ckerschb,ahal 2022-04-20 15:23:28 +00:00
mozbase Bug 1723202 - [rust-mozversion] Release version 0.4.3. r=webdriver-reviewers,jgraham 2022-04-06 08:58:36 +00:00
mozharness Bug 1750976 - Add ability to provide custom browsertime arguments. r=perftest-reviewers,kshampur 2022-04-21 18:05:52 +00:00
perfdocs Bug 1765457 - Enable custom browsertime testing through raptor. r=perftest-reviewers,kshampur 2022-04-21 18:05:53 +00:00
performance Bug 1741975 - Have WPT tests available in taskcluster r=perftest-reviewers,sparky 2022-04-01 16:59:17 +00:00
profiles Bug 1760259 - [remote] Disable session restore infobar for marionette tests, webplatform tests and geckodriver r=webdriver-reviewers,whimboo 2022-03-24 11:26:06 +00:00
raptor Bug 1765457 - Enable custom browsertime testing through raptor. r=perftest-reviewers,kshampur 2022-04-21 18:05:53 +00:00
runtimes Bug 1751093 - Clean up Cloud Storage API and its usage in about:preferences r=preferences-reviewers,Gijs 2022-04-07 10:17:13 +00:00
specialpowers Bug 1608307 - remove redundant flags parameters from nsISiteSecurityService r=jschanck,necko-reviewers,kershaw 2022-04-06 17:37:23 +00:00
talos Bug 1762837 - [devtols] Update DAMP docs to suggest --suite instead of --activeTests r=nchevobbe 2022-04-19 11:56:45 +00:00
tools Bug 1661450 - 5/8 Fix build system to handle undefined MOZ_X11 r=stransky 2022-04-20 09:32:08 +00:00
tps
web-platform Bug 1737918 - Part 4: Implement scroll() in layout and support nearest scroller. r=emilio 2022-04-21 17:05:19 +00:00
webcompat Bug 1717104: Activate virtualenv before running command r=perftest-reviewers,ahal,AlexandruIonescu 2022-03-23 14:50:45 +00:00
webdriver Bug 1723202 - [webdriver] Release version 0.45.0. r=webdriver-reviewers,jgraham 2022-04-06 08:58:36 +00:00
xpcshell
README.txt
addtest.py
cppunittest.ini Bug 1758654 - avoid stack overflow by running on a fiber r=gsvelto 2022-04-01 21:20:51 +00:00
mach_commands.py Bug 1763489 - add failure report to test-info. r=gbrown 2022-04-08 14:35:33 +00:00
moz.build
parse_build_tests_ccov.py Bug 1764564 - Remove the code to ignore the Windows SDK directory from coverage. r=marco 2022-04-16 21:49:51 +00:00
remotecppunittests.py
runcppunittests.py Bug 1760857 - upgrade nonexistent cppunittests from warning to error r=jmaher,gbrown 2022-03-23 12:03:10 +00:00
testinfo.py
testsuite-targets.mk

README.txt

Common testing tools for mozilla codebase projects, test suite definitions
for automated test runs, tests that don't fit anywhere else, and other fun
stuff