Skip to content

Conversation

@R3VoLuT1OneR
Copy link

I use TAP::Harness to run Selenium tests in parallel, on many browsers.
My test architecture allows me run one test ( one file ./t/test.t ), per browser.
So I should to fork the tests, and give each tests other args.
For smoothly run on TAP::Harness I give alias to each test and it run synchronously, but I want to run tests in parallel on many browsers.
Problem that I meet, it is that I can't use my test aliases to run in parallel, so I used to make some changes on TAP::Parser::Scheduler.

Actually I think that my solution is not so good, but I would glad to see that feature in TAP::Harness.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant