saucectl
saucectl copied to clipboard
A command line interface to run testrunner tests
## Description Support npm auth fields: - `auth` - `username` - `password` - `email`
### Current behavior ``` npm ERR! code E401 npm ERR! Unable to authenticate, your authentication token seems to be invalid. npm ERR! To correct this please try logging in again...
## 🚀 Feature Proposal Support more than one instance at a time per suite to achieve fully parallel executions as in a local machine. ## Motivation We are able to...
## 🚀 Feature Proposal Connect tunnel before preExec scripts execution ## Motivation Right now we have split suites by shard but our global setup is getting executed once per shard...
## Proposed changes ## Types of changes - [ ] Bugfix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ]...
Let you define extra regions and credentials in `~/.sauce/saucectl.yaml` ``` regions: - name: local-dev apiBaseURL: "http://localhost:1234" # appBaseURL: na # webdriverBaseURL: na credentials: staging: username: xxx accessKey: xxxx-xxx-xxxx local-dev: username:...
## 🚀 Feature Proposal A clear and concise description of what the feature is. There is claim of supporting Playwright but not Playwright tests on a mobile device. Currently the...