Skip to content

Commit 3f38423

Browse files
authored
Merge pull request #6 from devshah-LT24/master
using cross-env to ensure smooth functioning on windows
2 parents 1735e9f + 83dda79 commit 3f38423

File tree

3 files changed

+1270
-6
lines changed

3 files changed

+1270
-6
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ Set LambdaTest `Username` and `Access Key` in environment variables.
6666
```
6767
* For **Windows**:
6868
```bash
69-
set LT_USERNAME="YOUR_USERNAME" set LT_ACCESS_KEY="YOUR ACCESS KEY"
69+
$env:LT_USERNAME='YOUR_USERNAME'
70+
$env:LT_ACCESS_KEY='YOUR ACCESS KEY'
7071
```
7172

7273
## Run Your First Test

0 commit comments

Comments
 (0)