gulp-axe-webdriver icon indicating copy to clipboard operation
gulp-axe-webdriver copied to clipboard

Parallel operation?

Open fredboyle opened this issue 5 years ago • 1 comments

Is there a way to enable multiple URL checks to occur simultaneously? It appears that currently things are checked sequentially but would be more efficient to run checks in parallel.

Thanks.

fredboyle avatar Aug 13 '19 18:08 fredboyle

I would have to think how to do that. The similar systems I know works more or less in the same way. You need to open a browser, put the url, pass the test and then close the browser.

If you want to do in paralallel, you would have to open multiple browsers at the same time, run the tests, get the results and generate the report.

felixzapata avatar Aug 13 '19 19:08 felixzapata