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.
2 parents 3de9e49 + a09fb0e commit a2ed32eCopy full SHA for a2ed32e
src/tools/sdk-utils/percy-automate/constants.ts
@@ -255,7 +255,12 @@ exports.config = {
255
256
Example:
257
\`\`\`javascript
258
-const { percy } = require('browsersstack-node-sdk');
+ const { percy } = require('browserstack-node-sdk');
259
+ 2. Add the \`await percy.screenshot(driver, name)\` method at required points in your test script.
260
+
261
+Example:
262
+\`\`\`javascript
263
+const { percy } = require('browserstack-node-sdk');
264
describe("WebdriverIO Test", () => {
265
it("my test", async () => {
266
// ....
0 commit comments