AWS Device Farm service for WebdriverIO.
This service only supports desktop browser testing.
The package now provides support for WebDriverIO v8 starting from version v8.0.0. However, please note that WebDriverIO v7 will continue to be supported until the end of its LTS support in October 2023.
With the major version upgrade to v8, this package has transitioned to the ES module system. And it now emits both CommonJS (CJS-) and ECMAScript Modules (ESM-) compatible modules.
npm install --save-dev wdio-aws-device-farm-service
You can run the provided example with npm run example
. It requires:
- An AWS Device Farm project ARN as an environment variable
PROJECT_ARN
- AWS Credentials (see docs). Note that AWS Device Farm only supports
us-west-2
. You can force an AWS region with theAWS_REGION
environment variable.
For example, this is how it would look like using AWS temporary credentials:
export PROJECT_ARN="<your project arn>"
export AWS_ACCESS_KEY_ID="<aws access key id>"
export AWS_SECRET_ACCESS_KEY="<aws secret access key>"
export AWS_SESSION_TOKEN="<aws session token>"
export AWS_REGION="us-west-2"
npm run example
See CONTRIBUTING for more information.
The best way to interact with our team is through GitHub. You can open an issue to get help or to report any issues you experience.
This project is licensed under the Apache-2.0 License.