You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+53-53Lines changed: 53 additions & 53 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -162,21 +162,21 @@ Thanks all to those who contributed to make this release!
162
162
163
163
🐛 *Bug Fixes*
164
164
fix(appium): type of setNetworkConnection() (#3994) - by @mirao
165
-
fix: improve the way to show deprecated appium v1 message (#3992) - by @@KobeNguyenT
166
-
fix: missing exit condition of some wait functions - by @@KobeNguyenT
165
+
fix: improve the way to show deprecated appium v1 message (#3992) - by @KobeNguyenT
166
+
fix: missing exit condition of some wait functions - by @KobeNguyenT
167
167
168
168
## 3.5.7
169
169
170
170
Thanks all to those who contributed to make this release!
171
171
172
172
🐛 *Bug Fixes*
173
-
* Bump playwright to 1.39.0 - run `npx playwright install` to install the browsers as starting from 1.39.0 browsers are not installed automatically (#3924) - by @@KobeNguyenT
174
-
* fix(playwright): some wait functions draw error due to switchTo iframe (#3918) - by @@KobeNguyenT
173
+
* Bump playwright to 1.39.0 - run `npx playwright install` to install the browsers as starting from 1.39.0 browsers are not installed automatically (#3924) - by @KobeNguyenT
174
+
* fix(playwright): some wait functions draw error due to switchTo iframe (#3918) - by @KobeNguyenT
175
175
* fix(appium): AppiumTestDistribution/appium-device-farm requires 'platformName' (#3950) - by @rock-tran
176
176
* fix: autologin with empty fetch (#3947) - by @andonary
177
-
* fix(cli): customLocator draws error in dry-mode (#3940) - by @@KobeNguyenT
177
+
* fix(cli): customLocator draws error in dry-mode (#3940) - by @KobeNguyenT
178
178
* fix: ensure docs include @returns Promise<void> where appropriate (#3954) - by @fwouts
179
-
* fix: long text in data table cuts off (#3936) - by @@KobeNguyenT
179
+
* fix: long text in data table cuts off (#3936) - by @KobeNguyenT
180
180
```
181
181
#language: de
182
182
Funktionalität: Faker examples
@@ -197,16 +197,16 @@ Dr. {{name.findName}}
197
197
✔ OK in 13ms
198
198
199
199
```
200
-
* fix(playwright): move to waitFor (#3933) - by @@KobeNguyenT
201
-
* fix: relax grabCookie type (#3919) - by @@KobeNguyenT
202
-
* fix: proceedSee error when being called inside within (#3939) - by @@KobeNguyenT
203
-
* fix: rename haveRequestHeaders of ppt and pw helpers (#3937) - by @@KobeNguyenT
200
+
* fix(playwright): move to waitFor (#3933) - by @KobeNguyenT
201
+
* fix: relax grabCookie type (#3919) - by @KobeNguyenT
202
+
* fix: proceedSee error when being called inside within (#3939) - by @KobeNguyenT
203
+
* fix: rename haveRequestHeaders of ppt and pw helpers (#3937) - by @KobeNguyenT
204
204
```
205
205
Renamed haveRequestHeaders of Puppeteer, Playwright helper so that it would not confuse the REST helper.
206
206
Puppeteer: setPuppeteerRequestHeaders
207
207
Playwright: setPlaywrightRequestHeaders
208
208
```
209
-
* improvement: handle the way to load apifactory nicely (#3941) - by @@KobeNguyenT
209
+
* improvement: handle the way to load apifactory nicely (#3941) - by @KobeNguyenT
210
210
```
211
211
With this fix, we could now use the following syntax:
212
212
@@ -224,20 +224,20 @@ modules.export = new Factory()
224
224
```
225
225
226
226
📖 *Documentation*
227
-
* docs(appium): update to v2 (#3932) - by @@KobeNguyenT
228
-
* docs: improve BDD Gherkin docs (#3938) - by @@KobeNguyenT
227
+
* docs(appium): update to v2 (#3932) - by @KobeNguyenT
228
+
* docs: improve BDD Gherkin docs (#3938) - by @KobeNguyenT
229
229
* Other docs improvements
230
230
231
231
🛩️ *Features*
232
-
* feat(puppeteer): support trace recording - by @@KobeNguyenT
232
+
* feat(puppeteer): support trace recording - by @KobeNguyenT
233
233
```
234
234
[Trace Recording Customization]
235
235
Trace recording provides complete information on test execution and includes screenshots, and network requests logged during run. Traces will be saved to output/trace
236
236
237
237
trace: enables trace recording for failed tests; trace are saved into output/trace folder
238
238
keepTraceForPassedTests: - save trace for passed tests
239
239
```
240
-
* feat: expect helper (#3923) - by @@KobeNguyenT
240
+
* feat: expect helper (#3923) - by @KobeNguyenT
241
241
```
242
242
* This helper allows performing assertions based on Chai.
243
243
*
@@ -282,15 +282,15 @@ keepTraceForPassedTests: - save trace for passed tests
282
282
#expectDeepEqualExcluding
283
283
#expectLengthBelowThan
284
284
```
285
-
* feat: run-workers with multiple browsers output folders - by @@KobeNguyenT
285
+
* feat: run-workers with multiple browsers output folders - by @KobeNguyenT
286
286
-
287
287
-
288
288
* feat: introduce new Playwright methods - by @hatufacci
289
289
```
290
290
- grabCheckedElementStatus
291
291
- grabDisabledElementStatus
292
292
```
293
-
* feat: gherkin supports i18n (#3934) - by @@KobeNguyenT
293
+
* feat: gherkin supports i18n (#3934) - by @KobeNguyenT
* Move from `ElementHandle` to `Locator`. This change is quite major, but it happened under hood, so should not affect your code. (#3738) - by @@KobeNguyenT
716
+
* Move from `ElementHandle` to `Locator`. This change is quite major, but it happened under hood, so should not affect your code. (#3738) - by @KobeNguyenT
717
717
718
718
## 3.5.3
719
719
720
720
🛩️ Features
721
721
722
-
*[Playwright] Added commands to check network traffic #3748 - by @ngraf @@KobeNguyenT
722
+
*[Playwright] Added commands to check network traffic #3748 - by @ngraf@KobeNguyenT
723
723
*`startRecordingTraffic`
724
724
*`grabRecordedNetworkTraffics`
725
725
*`blockTraffic`
@@ -764,7 +764,7 @@ Examples:
764
764
765
765
🐛 Bugfix
766
766
767
-
*[retryStepPlugin] Fix retry step when using global retry #3768 - by @@KobeNguyenT
767
+
*[retryStepPlugin] Fix retry step when using global retry #3768 - by @KobeNguyenT
768
768
769
769
🗑 Deprecated
770
770
@@ -775,17 +775,17 @@ Examples:
775
775
🐛 Bug Fixes
776
776
777
777
*[Playwright] reverted `clearField` to previous implementation
778
-
*[OpenAI] fixed running helper in pause mode. #3755 by @@KobeNguyenT
778
+
*[OpenAI] fixed running helper in pause mode. #3755 by @KobeNguyenT
779
779
780
780
## 3.5.1
781
781
782
782
🛩️ Features
783
783
784
-
*[Puppeteer][WebDriver][TestCafe] Added methods by @@KobeNguyenT in #3737
784
+
*[Puppeteer][WebDriver][TestCafe] Added methods by @KobeNguyenT in #3737
785
785
*`blur`
786
786
*`focus`
787
787
* Improved BDD output to print steps without `I.` commands` by @davertmik#3739
788
-
* Improved `codecept init` setup for Electron tests by @@KobeNguyenT. See #3733
788
+
* Improved `codecept init` setup for Electron tests by @KobeNguyenT. See #3733
789
789
790
790
🐛 Bug Fixes
791
791
@@ -795,7 +795,7 @@ Examples:
795
795
796
796
* Fixed Playwright docs by @Horsty80
797
797
* Fixed ai docs by @ngraf
798
-
* Various fixes by @@KobeNguyenT
798
+
* Various fixes by @KobeNguyenT
799
799
800
800
## 3.5.0
801
801
@@ -809,7 +809,7 @@ Examples:
809
809
* added [`OpenAI`](/helpers/openai) helper
810
810
811
811
812
-
-[Playwright][Puppeteer][WebDriver] Highlight the interacting elements in debug mode or with `highlightElement` option set (#3672) - by @@KobeNguyenT
812
+
-[Playwright][Puppeteer][WebDriver] Highlight the interacting elements in debug mode or with `highlightElement` option set (#3672) - by @KobeNguyenT
0 commit comments