Posts

Automation Testing with CI/CD - Playwright Automation Tests with AWS CodeBuild

Image
Integrate Playwright Automation Tests with AWS CodeBuild In this blogpost, We will integrate playwright automation tests with AWS CodeBuild. What is AWS CodeBuild?  AWS CodeBuild is a fully managed continuous integration service that compiles source code, runs tests, and produces software packages that are ready to deploy. With CodeBuild, you don’t need to provision, manage, and scale your own build servers.  CodeBuild scales continuously and processes multiple builds concurrently, so your builds are not left waiting in a queue.  First of all, sign up with AWS to create an account. Login with your credentials to  https://aws.amazon.com/ You will see a home page like this below Now, Type " CodeBuild " in your search bar at the top and hit enter! You will be navigated to CodeBuild section like below Old (Please do not follow below screenshot) Now, Click on Create project button Old (Please do not follow below screenshot) You will be navigated to Create Build Project...