FireXStuff / firexapp

BSD 3-Clause "New" or "Revised" License
7 stars 1 forks source link

Run flow-tests via FireX #7

Closed mabouels closed 3 years ago

mabouels commented 3 years ago

Will get parallelization as a side effect.

MarcDelahousse commented 3 years ago

I'm curious. Could you elaborate. Flow tests trigger a FireX run. Do you mean create a task to run a set of tests (that then trigger the FireX runs) ?

mabouels commented 3 years ago

Yes, currently, flow-tests ran sequentially. By creating FireX tasks, you can run them in parallel, in addition to quite a bit of added benefits.

Created firex-bundle-ci to achieve that.