docs
docs copied to clipboard
Tester: parallel running of tests
Docs says "Later we learn that tests run in parallel.", but what is running in parallel? Each test file? Each TestCase class? Each test method in TestCase class? This is very very important information.
Doc would deserve some update on this topic.
In parallel applies on test files. And when TestCase uses @testCase, it applies to every TestCase testMethod() too.
@milo could you help us to reach "issues zero" and update doc? :-)
Sure! I tollay forgot about this issue.
@milo How is it going? :-)
I started working on it this week. It's quite difficult to explain it in a short way :-/ Maybe I'll create new page.
Any updates @milo? Can I help you?
Any updates?