-
Notifications
You must be signed in to change notification settings - Fork 295
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Created GH workflow for accessibility checks #957
Conversation
Since caMicroscope is already in raw html/js form, we typically just use a http server to host it (see
hope this helps! |
It does help a lot. Thank you so much for the tip. Now I'm past the start script error. There's a challenge though when it starts to run the axe core CLI. It can't find the server hosting the application. I'll try to debug this on my own but if the issue persists, I'll be sure to reach out again. |
After two (may have been more) weeks and 17 commits, I'm thrilled to announce that I've finally had a breakthrough with this task. The workflow works!!! 🤗 @birm for your review. I also want to confirm that I'm using the right port. I had been using localhost/4010 and kept encountering errors. So I used this: Line 4 in 55d8db2
|
This is great! We'll have some test failures until we get them resolved, but fantastic work! |
Thank you @birm 😊. And thanks again for your support!!!!! |
Summary
Motivation
Testing
Questions