May 28AWS Cognito Authentication for API Testing with REST-assuredIn this article, we will use AWS library to automatically authenticate a given user secured by AWS Cognito and then run automated API tests. AWS Cognito Service provides Authentication, Authorization, and User Management (as a) Service for any application built on top of AWS infrastructure. Below is a quick intro…Aws Cognito4 min read
Apr 25Run Your Dockerized Tests in Gitlab CI-CD PipelineYou may want to run your dockerized tests as it is on your CI/CD pipeline to verify any change introduced by your developers. In this article, we will use the Docker Compose image along with the Docker-In-Docker service to run our dockerized tests in the Gitlab CI/CD pipeline. Note: As…Dockerized Tests3 min read
Apr 14Dockerize Your Selenium Grid SetupIf your tests pass locally and fail in higher environments, then the best way to ensure consistent behaviour for your tests with greater efficiency is to dockerize them. In this article, we will first set up a Selenium Grid and then dockerize it. Below is a quick intro to Docker…Selenium Grid3 min read