testdriverai 6.1.11-canary.0fe4fdc.0 → 6.1.11-canary.648fdd8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -70,8 +70,7 @@ jobs:
70
70
  AWS_REGION: us-east-2
71
71
  AWS_LAUNCH_TEMPLATE_ID: lt-00d02f31cfc602f27
72
72
  AMI_ID: ami-055cd47506a2f39bb
73
- RESOLUTION_WIDTH: 1920
74
- RESOLUTION_HEIGHT: 1080
73
+ RESOLUTION: 1920x1080
75
74
  - name: Run TestDriver
76
75
  run: node bin/testdriverai.js run testdriver/acceptance/${{ matrix.test }} --ip="${{ steps.aws-setup.outputs.public-ip }}" --junit=out.xml
77
76
  env:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testdriverai",
3
- "version": "6.1.11-canary.0fe4fdc.0",
3
+ "version": "6.1.11-canary.648fdd8.0",
4
4
  "description": "Next generation autonomous AI agent for end-to-end testing of web & desktop",
5
5
  "main": "index.js",
6
6
  "bin": {