szimek / sharedrop

Easy P2P file transfer powered by WebRTC - inspired by Apple AirDrop
https://www.sharedrop.io
MIT License
9.99k stars 729 forks source link

Running ember tests in parallel #62

Closed JoaoGFarias closed 5 years ago

JoaoGFarias commented 6 years ago

These changes:

  1. Install a frontend dependency called ember-exam
  2. Alter the command to run frontend tests in order to use ember-exam parallelism feature. It will split randomly the frontend tests into four partitions and run them all in parallel.

A simple further step to improve performance would be to detect how many core are available on the running machine and split by exactly this number - so it can be fully used.

szimek commented 5 years ago

Thanks, but unfortunately at the moment we don't even have much tests :/