Skip to content

Commit 1a66a58

Browse files
authored
Update readme (#36)
1 parent 0b21289 commit 1a66a58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@ See [API.md](API.md) for full list of API calls
9090

9191
|Parameter|type|required|description|default|
9292
|---------|----|--------|-----------|-------|
93-
|`testName`|`string`|yes|Unique name for your test case|test|
93+
|`testName`|`string`|no|Unique name for your test case|test|
9494
|`newWindow`|`boolean`|no|Whether to open test execution on new browser window or not. By default it opens on new tab|false|
95-
|`chain`|`boolean`|yes|Whether to chain differencify commands or not. More details on [examples](examples)|null|
95+
|`chain`|`boolean`|no|Whether to chain differencify commands or not. More details on [examples](examples)|true|
9696

9797
### Steps API
9898

0 commit comments

Comments
 (0)