FutureShockco / drugwars.io

The drugs are virtual, but the money is real
https://drugwars.io
32 stars 15 forks source link

Integration Testing #18

Open Vheissu opened 5 years ago

Vheissu commented 5 years ago

I want to help the Drug Wars team release better tested, higher quality code. Right now, there are no integration tests whatsoever. The kind of app Drug Wars is, it would benefit from end-to-end tests more than it would unit tests (both are good, though).

I have forked the repo and I am ready to get started. Are the team okay with the addition of e2e testing for the app? Those UI workflows need to be tested. And then, we need to incorporate the tests into a build pipeline so nothing gets released if the tests fail. How does that sound?

bonustrack commented 5 years ago

Hey thank you that sound great. Feel free to make a PR i will review it.