Cristian Livadaru's Blog

My personal view on things

Testing websites with cypress and GitLab CI - Part2

In the second part, I’ll show you how to set up gitlab CI to deploy your locomotive CMS App and run tests on it.

Testing websites with cypress and GitLab CI - Part1

Testing a web app is common practice but when it comes to simpler websites it is often overlooked which caused pain, pain which can be avoided by creating specs. Let me guide you through spec creation for simple web pages which we will then automate and have them run in gitlab CI.