Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 249 Bytes

DEVELOPMENT.md

File metadata and controls

17 lines (12 loc) · 249 Bytes

Development

Requirements

  • Node.js 20 or later.
  • Sauce Labs account.

Local E2E Testing

To test a locally built version of the plugin, link the plugin to itself before running tests:

npm run link
npm run build
npm run test