docs icon indicating copy to clipboard operation
docs copied to clipboard

Tester: parallel running of tests

Open janedbal opened this issue 9 years ago • 7 comments
trafficstars

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.

janedbal avatar Nov 25 '15 09:11 janedbal

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 avatar Nov 25 '15 09:11 milo

@milo could you help us to reach "issues zero" and update doc? :-)

dg avatar Aug 25 '17 18:08 dg

Sure! I tollay forgot about this issue.

milo avatar Aug 25 '17 19:08 milo

@milo How is it going? :-)

f3l1x avatar Sep 13 '17 05:09 f3l1x

I started working on it this week. It's quite difficult to explain it in a short way :-/ Maybe I'll create new page.

milo avatar Sep 14 '17 20:09 milo

Any updates @milo? Can I help you?

f3l1x avatar Oct 26 '17 14:10 f3l1x

Any updates?

janedbal avatar Aug 14 '19 19:08 janedbal