We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c2a338 commit 53a4a1cCopy full SHA for 53a4a1c
src/tools/sdk-utils/percy-automate/constants.ts
@@ -250,7 +250,7 @@ exports.config = {
250
---STEP---
251
(Optional) Manually capture screenshots
252
1. Import the BrowserStack Percy SDK in your test script:
253
- const { percy } = require('browsersstack-node-sdk');
+ const { percy } = require('browserstack-node-sdk');
254
2. Add the \`await percy.screenshot(driver, name)\` method at required points in your test script.
255
256
Example:
0 commit comments