Ribbit-Network / ribbit-network-dashboard

The web dashboard for the world's largest crowdsourced network of open-source, low-cost, CO2 Gas Detection Sensors.
MIT License
17 stars 16 forks source link

Ability to Run Tests Manually #70

Closed keenanjohnson closed 2 years ago

keenanjohnson commented 2 years ago

In #67 we discussed that in theory if you fire up a Webdriver server locally then pytest --headless should just work. Or maybe https://github.com/nektos/act could just take care of everything transparently. That said, especially given that the tests cache dependencies, maybe iterating via GH is acceptable.

We should test if this is true and update the documentation or figure out a way for developers to test manually before submitting a PR.