Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
try with actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rylew1 committed Jun 5, 2024
1 parent 1cb0a1a commit ab00d9a
Showing 1 changed file with 22 additions and 13 deletions.
35 changes: 22 additions & 13 deletions frontend/.pa11yci.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,24 @@
{
"defaults": {
"chromeLaunchConfig": {
"executablePath": "/usr/bin/google-chrome"
},
"timeout": 60000,
"viewport": {
"width": 1280,
"height": 1024
}
"defaults": {
"chromeLaunchConfig": {
"executablePath": "/usr/bin/google-chrome"
},
"urls": [
"http://localhost:3000/"
]
}
"timeout": 60000,
"viewport": {
"width": 1280,
"height": 1024
}
},
"urls": [
{
"url": "http://localhost:3000/",
"viewport": { "width": 320, "height": 480 },
"actions": [
"wait for element #main-content to be visible",
"screen capture screenshots-output/mobile-main-view.png",
"click element .usa-navbar button",
"screen capture screenshots-output/mobile-expand-menu.png"
]
}
]
}

0 comments on commit ab00d9a

Please sign in to comment.