-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4024631
commit 9400893
Showing
5 changed files
with
24 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,11 @@ | ||
# Changelog | ||
|
||
## 1.8.7 | ||
|
||
- Uses [email protected] which automatically downloads browsers and their drivers, notably Chrome for Testing and chromedriver. Use the step `{browser version} = '<major version>'` to specify the browser version. Note: Chrome has a [recent bug](https://bugs.chromium.org/p/chromedriver/issues/detail?id=4532) so using `{browser version} = '113'` is recommended as of today. | ||
- Added CLI option to disable the progress bar. Closes https://github.com/smashtestio/smashtest/issues/58 | ||
- Added step `Click over {{element}}` which is an alias for `Hover over and click {{element}}` | ||
|
||
## 1.8.6 | ||
|
||
- Empty the queue when using the 'copy' REPL command, so subsequent usages only copy the new commands. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters