-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1838 from IBMa/test-example
chore(extension): Starter test case for reports
- Loading branch information
Showing
2 changed files
with
28 additions
and
0 deletions.
There are no files selected for viewing
14 changes: 14 additions & 0 deletions
14
accessibility-checker-extension/test/features/TC_HTML_report.feature
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
Feature: HTML Report | ||
Scenario: Generate a basic HTML report from side panel | ||
When manual step | ||
""" | ||
Given page "https://altoromutual.12mc9fdq8fib.us-south.codeengine.appdomain.cloud/" | ||
When user opens Devtools | ||
When user opens Devtools panel "Elements" | ||
When user opens Devtools subpanel "Accessibility Checker" | ||
When user activates Button "Scan" | ||
When user activates Button "Export XLS" | ||
When user opens downloaded file "Accessibility_Report-Altoro Accessibility Testing Site.xlsx" | ||
""" | ||
|
||
|
14 changes: 14 additions & 0 deletions
14
accessibility-checker-extension/test/features/TC_XLS_report.feature
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
Feature: XLS Report | ||
Scenario: Generate a basic XLS report from side panel | ||
When manual step | ||
""" | ||
Given page "https://altoromutual.12mc9fdq8fib.us-south.codeengine.appdomain.cloud/" | ||
When user opens Devtools | ||
When user opens Devtools panel "Elements" | ||
When user opens Devtools subpanel "Accessibility Checker" | ||
When user activates Button "Scan" | ||
When user activates Button "Export XLS" | ||
When user opens downloaded file "Accessibility_Report-Altoro Accessibility Testing Site.xlsx" | ||
""" | ||
|
||
|