drashland / sinco

Browser Automation and Testing Tool for Deno, written in full TypeScript
https://drash.land/sinco
MIT License
57 stars 3 forks source link

Run ci tests in parallel #106

Closed ebebbington closed 2 years ago

ebebbington commented 2 years ago

—jobs=2

crookse commented 2 years ago

LOL. alright. -jobs=2. say no more fam.

ebebbington commented 2 years ago

lmao 🤣

yeah so this wont work... cause imagine this: multiple test cases are trying to run at the same time.. that means 1 chrome will start on port 9293, and before that test finished, 3 more might try run, but can tcause the port is occupied

It's not really a problem, its just a way its setup, would be the same with tests for drash for example