Skip to content

Latest commit

 

History

History

E2EMobileTesting

End-to-End mobile testing on physical devices with Device Farm

This solution demonstrates how to use device farm for end to end web testing on mobile devices as part of cicd pipeline, using CDK in Typescript. The solution accompanies this blog post from the I Love My Local Farmer Engineering Blog Series.

This README.md contains only architecture and deployment steps. For more details, please check the blog post

Pre-requisites

  1. AWS CLI v2: with AWS credentials configured (See steps here)
  2. AWS CDK (v. 2.2.0 or higher): for infrastructure and code deployment (See installation steps here

Deployment Steps

npm install
npm run deploy

Architecture

Architecture