|
1 | | -## 0.0.17 |
| 1 | +# Change Log |
| 2 | + |
| 3 | +All notable changes to the "@qavajs/steps-playwright" will be documented in this file. |
| 4 | + |
| 5 | +Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. |
| 6 | + |
| 7 | +## [0.0.18] |
| 8 | +- :rocket: added interceptor steps |
| 9 | +- :rocket: added support of multiple events for taking screenshots |
| 10 | + |
| 11 | +## [0.0.17] |
2 | 12 | - :rocket: added _I force click_ step |
3 | 13 | - :beetle: added support of memory values in _I click '$value' text in 'collection' collection_ |
4 | 14 |
|
5 | | -## 0.0.16 |
| 15 | +## [0.0.16] |
6 | 16 | - :beetle: fixed optional params templates in wait steps |
7 | 17 |
|
8 | | -## 0.0.15 |
| 18 | +## [0.0.15] |
9 | 19 | - :rocket: added validation logs |
10 | 20 |
|
11 | | -## 0.0.14 |
| 21 | +## [0.0.14] |
12 | 22 | - :rocket: added custom timeout parameter |
13 | 23 |
|
14 | | -## 0.0.13 |
| 24 | +## [0.0.13] |
15 | 25 | - :rocket: added JS alert steps |
16 | 26 | - :rocket: added _I press button given number of times_ step |
17 | 27 |
|
18 | | -## 0.0.12 |
| 28 | +## [0.0.12] |
19 | 29 | - :rocket: added _I upload file_ step |
20 | 30 |
|
21 | | -## 0.0.11 |
| 31 | +## [0.0.11] |
22 | 32 | - :rocket: removed po package dependency |
23 | 33 | - :rocket: added util functions exports to build custom steps |
24 | 34 |
|
25 | | -## 0.0.9 |
| 35 | +## [0.0.9] |
26 | 36 | - :rocket: added scroll by offset steps |
27 | 37 | - :rocket: updated po dependency to support ignoreHierarchy options |
28 | 38 |
|
29 | | -## 0.0.8 |
| 39 | +## [0.0.8] |
30 | 40 | - :beetle: fixed issue that opens page from browser, not from context |
31 | 41 | - :rocket: added mock steps |
32 | 42 | - :rocket: added playwright traces |
33 | 43 |
|
34 | | -## 0.0.7 |
| 44 | +## [0.0.7] |
35 | 45 | - :rocket: added capability to connect via CDP |
36 | 46 | - :rocket: added I wait until current url step |
37 | 47 | - :rocket: added I wait until page title step |
38 | 48 | - :rocket: added I execute steps allow to execute client functions |
39 | 49 |
|
40 | | -## 0.0.6 |
| 50 | +## [0.0.6] |
41 | 51 | - :beetle: fixed issue in After hook if browser is not started |
42 | 52 | - :rocket: added I save css property step |
43 | 53 | - :rocket: added I expect css property step |
|
0 commit comments