The serverless-browserstack-cypress-cli
is a fork of BrowserStack's command-line interface (CLI) which
allows you to run your Cypress tests on BrowserStack. Can be invoked
from a serverless environment like AWS Lambda, which has a read-only filesystem, without needing a CI environment.
- Uses streams to pipe zipped test suite files directly to the BrowserStack Automate API endpoint (no need for a writeable filesystem)
- Logs all output to the console
- No HTML report generation
- Callback config from CLI
This project is released under MIT License. Please refer the LICENSE.md for more details.