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
-
selenium is so fucking cool. I often write front-end browser tests at work with selenium.
-
yeah and DevOps is soooo satisfying to get something working, automation is so cool
-
Just curious, you deploy on your server before testing (which is logic), but what happens when the test fails?
-
@Drillan767
The first deploy and integration test is in a test environment.
At the moment there is no production because we haven't released the first version of the project
Related Rants
My first complete pipeline with Jenkins:
- push on gitlab
- build with maven
- test with junit
- deploy with Ansible
- integration test with Selenium
I love devops!
rant
devops
jenkins
selenium
ansible