Skip to content

Commit 72319c4

Browse files
author
kanhaiya
committed
Added logFile for api log
1 parent 423c507 commit 72319c4

File tree

4 files changed

+1429
-1666
lines changed

4 files changed

+1429
-1666
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The easiest way is to keep `wdio-lambdatest-service` as a devDependency in your
1111
```json
1212
{
1313
"devDependencies": {
14-
"wdio-lambdatest-service": "^1.0.0"
14+
"wdio-lambdatest-service": "^1.0.1"
1515
}
1616
}
1717
```
@@ -35,6 +35,7 @@ export.config = {
3535
// ...
3636
user: process.env.LT_USERNAME,
3737
key: process.env.LT_ACCESS_KEY,
38+
logFile : './logDir/api.log',
3839
services: [
3940
['lambdatest', {
4041
tunnel: true

0 commit comments

Comments
 (0)