Skip to content

Commit

Permalink
more.link.fixing.all.the.time
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones-plip committed Dec 17, 2024
1 parent b5a3c2e commit c2a2480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/building/tutorials/application-tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ const harness = new TestRunner({ verbose: true });
```

Other useful options are:
1. `{ headless: false }` - Passed to [puppeteer](https://developers.google.com/web/tools/puppeteer/get-started#default_runtime_settings), launches browser with GUI. Helpful to see how the form is getting filled.
1. `{ headless: false }` - Passed to [puppeteer](https://pptr.dev/guides/getting-started), launches browser with GUI. Helpful to see how the form is getting filled.
2. `{ harnessDataPath: 'harness.clinic.json'}`: Specify different harness configuration

You can find more harness options and examples [here](https://docs.communityhealthtoolkit.org/cht-conf-test-harness/Harness.html).
Expand Down

0 comments on commit c2a2480

Please sign in to comment.