Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Before automated Selenium tests:
Need to write the actual code and test before pushing.
After automated Selenium tests:
Need to write the actual code. Need to update Selenium tests. Need to test before pushing.
Need to debug Selenium tests.
Tests are code too! -
nitnip18144yI'd rather complain about Sonar being too anal about everything because it was put in the pipeline and left with its default settings (meaning thousands of errors/warnings/code smells originating from ./node_modules/ alone).
-
I complain about the tests only when people put snapshots around like icing on a cake 🤣
They can be very useful, but they don’t test for edge cases! -
nitnip18143y@Oktokolo I've never used it to do that, but I've had to use it to scrap a few sites. It feels more natural to use it like that than use it to test.
Devs complaining about the automated test system cuz it reports errors all the time are like trapeze artists complaining about the safety net cuz it hurts when you hit the ropes.
rant
jenkinsrulez
justsayin