Michael Watts

Results 5 comments of Michael Watts

For me if threshold is 0 then tests will pick up differences but if anything over 0 (0.1, 0.01) tests will pass with even major text changes, so something is...

It would be useful to add a way to be able to use Auth0's non-standard way. In case it helps anyone we're currently getting around it using the requestInterceptor, here's...

Same problem here too. Adding Chrome path to a config file worked: **config.json:** ```JSON { "chromeLaunchConfig": { "executablePath": "/usr/bin/google-chrome", "ignoreHTTPSErrors": false } } ``` **Command:** ```BASH pa11y --config ./config.json https://example.com...

I'm seeing a similar thing using Chrome inspector and Vue dev tools the memory usage would increase really quickly, it's unusable for me at the moment. Chrome task manager reported...

I failed to get older versions working, one work-around that's working for me is the [stand-alone app](https://devtools.vuejs.org/guide/installation.html#standalone). That hasn't shown any problems yet - seems speedy.