Hey there,
As a web developper I love writing integration tests to ensure my code is still running properly after every commit / deploy.
I used to have docker + selenium and it looks like :
Here is my previous post about running tests on docker (https://medium.com/@sbounmy/docker-compose-rails-react-selenium-capybara-65fa74250fa7)
After moving to Bubble and my app grew bigger it become essential to write tests.
I could have write my own custom code to test my bubble app however
It would be great to be able to create an app that write tests against a bubble app so other people can test their code too !
However a few questions strikes me :
- How do I connect a bubble app to selenium ?
- How difficult would it be to have a visual preview of a running test ?
- How could we have a user friendly interface to write tests ?
- Before running a test suite we need to have a clean test database, how could we wipe it before the test ? Or have a separate environment such as version-something
I am pretty sure the bubble team have a test suite don’t they ? @emmanuel