sarahschwartz/Tutorial Tester
Runs Playwright tests to test tutorials and guides.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| tutorial-paths | Array of paths for the test to look at, excluding the root path. (e.g. '["hello-world", "advanced/guide"]') | yes | — |
| config-path | Filepath of the test configuration file. Expects an IStepConfig type to be exported as default in the file. | yes | — |
| folder-name | Name of the main project folder created in the tutorial. | yes | — |
| custom-timeout | Number of milliseconds to wait for the test to complete. Defaults to what's in your playwright config. | no | — |
| wait-time | Number of milliseconds to wait before starting the test. Defaults to 45 seconds. | no | — |
| mm-wallet | True or false to indicate if the test needs to use a Metamask wallet. Defaults to false. | no | false |
| use-config-order | If 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. | no | false |
| debug-mode | True or false to set debugging mode with additional command logging. Defaults to false. | no | false |
Outputs
no outputs