gecko-dev/testing/mozbase/moztest
Andreas Tolfsen 54820db49c bug 1540655: moztest: add test path resolution for Puppeteer tests; r=ahal
Makes it possible for mach to resolve test paths for Puppeteer,
so that individual tests can be run from the command line using
"./mach test", as such:

	% ./mach test remote/test/puppeteer/test/screenshot.spec.js

As the Puppeteer test suite is imported from upstream and we cannot
change this directory at will (i.e. to add test manifest files),
we take the same approach as for WPT and populate the manifest by
recursively walking the remote/test/puppeteer/test/**/*.spec.js file tree.

Differential Revision: https://phabricator.services.mozilla.com/D37013

--HG--
extra : moz-landing-system : lando
2019-08-16 12:58:21 +00:00
..
moztest bug 1540655: moztest: add test path resolution for Puppeteer tests; r=ahal 2019-08-16 12:58:21 +00:00
tests Bug 1546459 - remove subsuite=clipboard from manifests: remove obsolete reference to mochitest clipboard in test causing mozbase test failure 2019-05-01 12:42:05 +02:00
setup.py