Skip to content

Commit

Permalink
Merge pull request #1838 from IBMa/test-example
Browse files Browse the repository at this point in the history
chore(extension): Starter test case for reports
  • Loading branch information
ErickRenteria authored Feb 19, 2024
2 parents 89a7067 + 4812baf commit 0eabdbe
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
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"
"""


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"
"""


0 comments on commit 0eabdbe

Please sign in to comment.