sarahschwartz/Tutorial Tester

Runs Playwright tests to test tutorials and guides.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tutorial-pathsArray of paths for the test to look at, excluding the root path. (e.g. '["hello-world", "advanced/guide"]')yes
config-pathFilepath of the test configuration file. Expects an IStepConfig type to be exported as default in the file.yes
folder-nameName of the main project folder created in the tutorial.yes
custom-timeoutNumber of milliseconds to wait for the test to complete. Defaults to what's in your playwright config.no
wait-timeNumber of milliseconds to wait before starting the test. Defaults to 45 seconds.no
mm-walletTrue or false to indicate if the test needs to use a Metamask wallet. Defaults to false.nofalse
use-config-orderIf true, runs the steps in order in which they appear in the config file. If false, uses the order in which the steps appear in the html.nofalse
debug-modeTrue or false to set debugging mode with additional command logging. Defaults to false.nofalse

no outputs