Get help with testing, discuss unit testing strategies etc.


Post by dipeng »

Hi,
All the test cases execute in parallel. I wonder if there is any way to have the test cases execute in serial order.
For example, I want to execute test.js before running test2.js.
Is there any easy way to do it?
Thanks
Di

Post by mats »


Post by dipeng »

Wow, thanks a lot.
I may be asking for too much. But is it possible for some groups of tests to run in parallel while others in sequential order?
Thanks

Post by nickolay »

Check the "runCoreGeneral / runCoreParallel / runCoreSequential" methods in the Siesta.Harness and see how we override them in the Siesta.Harness.Browser (we are running the tests with "forceDOMVisible" sequentially and other tests - in parallel)

Post by dipeng »

Great, All the problem are solved.
Thanks for the quick response

Post Reply