Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 659 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 659 Bytes

paracuke 0.2

paracuke is a parallel cucumber written in go

https://docs.cucumber.io

so that high testing performance is guaranteed even with slow tests that imply waiting a lot.

It might also be used to stress a tested program with many parallel requests.

The parallelism resides at the level of the cucumber engine, freeing the tester from the burden of implementing it inside the step definitions.