I got the Wave accessibility tool (by using that tool wheel). I used it a few years ago in my first company when we had to do some accessibility testing and the tool was good back then, but I’m glad to note that it has gotten even better in the meantime!
It comes as a handy browser extension which generates a report of the accessibility status of a website.
You can toggle of CSS to see the page as a screen reader would go trough it:
I absolutely love working with playwright in whatever flavor it takes. Though I have gotten into a POC with its javascript flavor lately. This language binding also has the newest features, which are released once a month.
A blocker I definitely hit was with clicking an element using the java bindings, that caused the page to render an error page of a microservice. I tried multiple things to fix it. When I tried with the js bindings, it just worked.
I’d like to write a blog post soon on andy.delso.me soon, when I have time. It would be a few posts about setting up a project and then using the features.
I think that Playwright is a great alternative to Selenium and it (the JS version) now includes a test runner, html reports (which include screenshot comparisons) and an API for API testing as well as mocking. It is a quick way to get some UI tests setup for whatever problem you’d need it for.
Yes, I would like to build out my POC much more in the future. I need to integrate it with our flow at work which uses Jenkins, and SauceLabs.