You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,4 +75,4 @@ You can see the [documentation for marking test status using REST API](https://w
75
75
76
76
## Facing issues?
77
77
78
-
If you are facing any issue with any of the above or any other issue in trying to run your Playwright tests on BrowserStack, you can reach out to me directly at `sourav.k@browserstack.com` and I will be happy to debug your issues or at the least ensure that your issue becomes our top priority to resolve.
78
+
If you are facing any issue with any of the above or any other issue in trying to run your Puppeteer tests on BrowserStack, you can [reach out to support](https://www.browserstack.com/contact#technical-support), select product as `Automate` and send us your query.
awaitpage.evaluate(_=>{},`browserstack_executor: ${JSON.stringify({action: 'setSessionStatus',arguments: {status: 'failed',reason: 'Title did not match'}})}`);
awaitpage.evaluate(_=>{},`browserstack_executor: ${JSON.stringify({action: 'setSessionStatus',arguments: {status: 'failed',reason: 'Title did not match'}})}`);
// The following capabilities array contains the list of os/browser environments where you want to run your tests. You can choose to alter this list according to your needs
32
32
constcapabilities=[
33
33
{
34
-
'browser': 'chrome',
35
-
'browser_version': 'latest',
36
-
'os': 'osx',
37
-
'os_version': 'catalina',
38
-
'name': 'Chrome latest on Catalina',
39
-
'build': 'puppeteer-build-2'
34
+
'browser': 'chrome',
35
+
'browser_version': 'latest',
36
+
'os': 'osx',
37
+
'os_version': 'catalina',
38
+
'name': 'Chrome latest on Catalina',
39
+
'build': 'puppeteer-build-2'
40
40
},
41
41
{
42
-
'browser': 'firefox',
43
-
'browser_version': 'latest',
44
-
'os': 'osx',
45
-
'os_version': 'catalina',
46
-
'name': 'Firefox latest on Catalina',
47
-
'build': 'puppeteer-build-2'
42
+
'browser': 'firefox',
43
+
'browser_version': 'latest',
44
+
'os': 'osx',
45
+
'os_version': 'catalina',
46
+
'name': 'Firefox latest on Catalina',
47
+
'build': 'puppeteer-build-2'
48
48
},
49
49
{
50
50
'browser': 'edge',
@@ -55,20 +55,20 @@ const capabilities = [
55
55
'build': 'puppeteer-build-2'
56
56
},
57
57
{
58
-
'browser': 'chrome',
59
-
'browser_version': 'latest-1',
60
-
'os': 'Windows',
61
-
'os_version': '10',
62
-
'name': 'Chrome latest-1 on Win10',
63
-
'build': 'puppeteer-build-2'
58
+
'browser': 'chrome',
59
+
'browser_version': 'latest-1',
60
+
'os': 'Windows',
61
+
'os_version': '10',
62
+
'name': 'Chrome latest-1 on Win10',
63
+
'build': 'puppeteer-build-2'
64
64
},
65
65
{
66
-
'browser': 'firefox',
67
-
'browser_version': 'latest-beta',
68
-
'os': 'Windows',
69
-
'os_version': '10',
70
-
'name': 'Firefox beta on Win10',
71
-
'build': 'puppeteer-build-2'
66
+
'browser': 'firefox',
67
+
'browser_version': 'latest-beta',
68
+
'os': 'Windows',
69
+
'os_version': '10',
70
+
'name': 'Firefox beta on Win10',
71
+
'build': 'puppeteer-build-2'
72
72
},
73
73
{
74
74
'browser': 'edge',
@@ -82,4 +82,4 @@ const capabilities = [
82
82
// The following code loops through the capabilities array defined above and runs your code against each environment that you have specified
0 commit comments