defold / extender

Native extension build server
https://defold.com/manuals/extensions/
MIT License
45 stars 19 forks source link

Move tests to JUnit 5 and enable concurency #565

Open ekharkunov opened 5 days ago

ekharkunov commented 5 days ago

In JUnit 5 exist possibility to run tests in parallel. It will help reduce overal; time spend on integration testing.

So need update JUnit to 5 version, make appropriate changes in code and enable concurrency.