We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b21289 commit 1a66a58Copy full SHA for 1a66a58
README.md
@@ -90,9 +90,9 @@ See [API.md](API.md) for full list of API calls
90
91
|Parameter|type|required|description|default|
92
|---------|----|--------|-----------|-------|
93
-|`testName`|`string`|yes|Unique name for your test case|test|
+|`testName`|`string`|no|Unique name for your test case|test|
94
|`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|
+|`chain`|`boolean`|no|Whether to chain differencify commands or not. More details on [examples](examples)|true|
96
97
### Steps API
98
0 commit comments