Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 681 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 681 Bytes

Serverless BrowserStack Cypress CLI

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.

Features

  • 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

License

This project is released under MIT License. Please refer the LICENSE.md for more details.