We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c03390 commit c8efa68Copy full SHA for c8efa68
1 file changed
README.md
@@ -1,6 +1,8 @@
1
# CodeceptJS-Browserstack
2
3
# Integrating CodeceptJS <a href="https://codecept.io/"><img src="https://codecept.io/logo.svg" alt="Node.js" height="22" /></a> with BrowserStack <a href="https://browserstack.com"><img src="https://www.browserstack.com/blog/favicon.png" alt="BrowserStack" height="22" /></a>
4
+## Prerequisite
5
+* [Node.js](https://nodejs.org/en/download/) version >= 12.0
6
7
## Setup
8
* Clone the repo
@@ -20,7 +22,7 @@
20
22
21
23
```
24
export BROWSERSTACK_USERNAME=<browserstack-username> &&
- export BROWSERSTACK_ACCESSKEY=<browserstack-access-key>
25
+ export BROWSERSTACK_ACCESS_KEY=<browserstack-access-key>
26
27
28
## Addtional Resources
0 commit comments