Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogJ committed Jun 23, 2024
1 parent b34d16f commit d6464f4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,17 @@ After completing the OAuth flow with your selected EHR, you will be redirected t
![](./screenshots/callback.png)
## Playwright/BrowserStack Testing
You can run the following command to rest the Playwright tests:
```bash
make test-js
# or to test a specific project
make test-js-project PROJECT=wip
```
# Provider Development
When developing a new provider, the first step is to find the developer documentation for the provider.
Expand Down
2 changes: 1 addition & 1 deletion js/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ export default {
// }
// {
// name: 'wip',
// testMatch: /.*drchrono_test.ts/,
// testMatch: /.*medhost_test.ts/,
// use: { ...devices['Desktop Chrome'] },
// }
],
Expand Down

0 comments on commit d6464f4

Please sign in to comment.