Skip to content

Commit

Permalink
fix: add link to testing definitions to readme (#284)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahboyd authored Jul 19, 2024
1 parent 2196d5f commit eb0305c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,17 +135,21 @@ provided in this package.
Below are examples of how to create the config file. Note that the `type` field
will end up lowercase in the report.

Please see [Automated Testing Definitions] on confluence for the list of
test types that should be used when creating the D2L test reporting
configuration file.

```json
{
"type": "Visual Diff",
"type": "UI Visual Diff",
"experience": "Experience",
"tool": "Tool",
}
```

```json
{
"type": "UI",
"type": "UI E2E",
"overrides": [
{
"pattern": "tests/account-settings/**/*",
Expand Down Expand Up @@ -237,3 +241,4 @@ npm run test:integration
[`@web/test-runner`]: https://modern-web.dev/docs/test-runner/overview
[`merge-reports`]: https://playwright.dev/docs/test-sharding#merge-reports-cli
[GitHub Action]: https://github.com/Brightspace/test-reporting-action
[Automated Testing Definitions]: https://desire2learn.atlassian.net/wiki/spaces/QE/pages/4354408450/Automated+Testing+Definitions

0 comments on commit eb0305c

Please sign in to comment.