-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
improv: Report Search UI refactor and Needs Review category (#274)
- Loading branch information
Showing
25 changed files
with
222 additions
and
199 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,7 @@ In order to use this functionality, the testing framework must support: | |
|
||
### API Reference | ||
|
||
#### `async purpleA11yInit(entryUrl, testLabel, name, email, needsReview, includeScreenshots, viewportSettings, thresholds, scanAboutMetadata)` | ||
#### `async purpleA11yInit(entryUrl, testLabel, name, email, includeScreenshots, viewportSettings, thresholds, scanAboutMetadata)` | ||
|
||
Returns an instance of Purple A11y | ||
|
||
|
@@ -44,8 +44,6 @@ Returns an instance of Purple A11y | |
- For Purple A11y data collection purposes | ||
- `email` | ||
- For Purple A11y data collection purposes | ||
- `needsReview` (optional) | ||
- Show potential false positive issues in the report. Defaults to false. | ||
- `includeScreenshots` (optional) | ||
- Include screenshots of affected elements in the report. Defaults to false. | ||
- `viewportSettings` (optional) | ||
|
@@ -178,7 +176,6 @@ Create <code>cypress.config.js</code> with the following contents, and change yo | |
"Demo Cypress Scan", // label for test | ||
"Your Name", | ||
"[email protected]", | ||
false, // whether to show false positive issues in the report | ||
true, // include screenshots of affected elements in the report | ||
viewportSettings, | ||
thresholds, | ||
|
@@ -292,7 +289,6 @@ On your project's root folder, create a Playwright test file <code>purpleA11y-pl | |
"Demo Playwright Scan", // label for test | ||
"Your Name", | ||
"[email protected]", | ||
false, // whether to show false positive issues in the report | ||
true, // include screenshots of affected elements in the report | ||
viewportSettings, | ||
thresholds, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.