You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On a larger website A11yWatch action runs over 60x-10,000x+ faster depending on CPUs/hardware.
64
+
On a larger website A11yWatch action runs over 60x-10,000x+ faster depending on CPUs/hardware. After the first installation you should have faster setup time between runs.
65
+
You can expect to handle at least 1k pages per minute on a 2-core CPU 7 GB of RAM memory shared github action. If you enable `RECORD` the output time may increase a bit.
109
66
110
67
When `AI_DISABLED` is set to true the run for `A11yWatch` may increase.
111
68
112
69
## Common Issues
113
70
114
-
If you experience issues on your CI you may have to toggle the `UPGRADE` input to true in order to get the latest docker images.
115
-
We need docker in order to build the appliciation in quickly since we have some services that need to compile that may take awhile.
71
+
If you experience issues on your CI you may have to toggle the `UPGRADE` input to true in order to get the latest installs. If you see
72
+
a playwright error try adding `PLAYWRIGHT_VERSION` env variable with the newest version to install chrome.
0 commit comments