Week 13. Explaining the test, note to my future self
Although the test code may seem simple or repetitive at first glance, there is a lot behind it. That’s why I think it’s good to make this blog post, even if ...
Although the test code may seem simple or repetitive at first glance, there is a lot behind it. That’s why I think it’s good to make this blog post, even if ...
Once the test are made, it was time to make one file that contained them all.
This week I ended developing and evolving the frontend test por the unibotics-webserver repository.
I added automatic tests using Selenium for the frontend of unibotics. One test for each button separately.
The test for color_filter exercise are done. They are yet basic tests that check if the buttons on the page are clickable or not. There are many improvements...