Skip to content
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

Invoke tests parallelly? #1

Open
LinqLover opened this issue Aug 18, 2020 · 0 comments
Open

Invoke tests parallelly? #1

LinqLover opened this issue Aug 18, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@LinqLover
Copy link
Owner

In theory, it should be possible to load multiple reports at the same time. This could even accelerate the overall test execution when different resources or access points are used by the reports.

To implement this, the central foreach loop could be replaced by ForEach-Object -Parallel.

Need to investigate the possibility and benefits of this.

@LinqLover LinqLover added the enhancement New feature or request label Aug 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant