Tag

#ci-cd

CI Checks: Ensuring Better Code Quality and Faster Deployment

How can you consistently deliver high-quality code that adheres to established coding guidelines and is free from errors?The solution lies in implementing tests and multiple checks for linting and type errors. This may seem straightforward, but it re...

Date: |Estimated Reading Time: 8 min|Author: Shad Mirza

How We Overcome Localhost Mapping Issues While End-To-End Testing with Cypress

Do you know what happens when you need to run Cypress end-to-end tests on localhost subdomain wildcards at *.app.localhost? You will likely run into DNS resolution issues since the requests for those domains have yet to be attributed to an address, s...

Date: |Estimated Reading Time: 11 min|Author: Kieran Roberts|Comments: 2