This project utilizes the AWS Cloud Development Kit (CDK) to deploy an Automated Testing Platform, designed to streamline the execution of tests across various environments and frameworks. By leveraging cloud resources, the platform ensures scalability, reliability, and efficiency, making it easier for developers and QA engineers to integrate testing into their CI/CD pipelines.
- Scalable Test Execution: Dynamically scale testing resources based on demand.
- Parallel Execution: Run multiple tests in parallel to reduce overall testing time.
- Comprehensive Reporting: Generate detailed reports for test results analysis.
- Notification System: Get instant notifications on test outcomes through email or Slack.
cd source/portal
npm install --legacy-peer-deps
npm run build
cd source/construct
npm install
npx cdk deploy AutoTestPlatform --parameters [email protected]