This folder hosts the Sauce Labs Visual SDKs for JS/TS testing. For detailed instructions of an SDK, please see the relative folder.
npm run build --workspaces --if-present
npm run lint --workspaces --if-present
npm run test --workspaces --if-present
- Please use
npx changeset
command to instruct changesets to generate the change summary and versioning information. After you're done with the command you'll be able to see a .md file created in .changeset folder listing the packages and the type of release picked (major, minor or patch)