Skip to content

Commit 8c63b54

Browse files
committed
fix: change log
1 parent 28af75a commit 8c63b54

File tree

1 file changed

+53
-53
lines changed

1 file changed

+53
-53
lines changed

CHANGELOG.md

Lines changed: 53 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -162,21 +162,21 @@ Thanks all to those who contributed to make this release!
162162

163163
🐛 *Bug Fixes*
164164
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
167167

168168
## 3.5.7
169169

170170
Thanks all to those who contributed to make this release!
171171

172172
🐛 *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
175175
* fix(appium): AppiumTestDistribution/appium-device-farm requires 'platformName' (#3950) - by @rock-tran
176176
* 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
178178
* 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
180180
```
181181
#language: de
182182
Funktionalität: Faker examples
@@ -197,16 +197,16 @@ Dr. {{name.findName}}
197197
✔ OK in 13ms
198198
199199
```
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
204204
```
205205
Renamed haveRequestHeaders of Puppeteer, Playwright helper so that it would not confuse the REST helper.
206206
Puppeteer: setPuppeteerRequestHeaders
207207
Playwright: setPlaywrightRequestHeaders
208208
```
209-
* improvement: handle the way to load apifactory nicely (#3941) - by @@KobeNguyenT
209+
* improvement: handle the way to load apifactory nicely (#3941) - by @KobeNguyenT
210210
```
211211
With this fix, we could now use the following syntax:
212212
@@ -224,20 +224,20 @@ modules.export = new Factory()
224224
```
225225

226226
📖 *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
229229
* Other docs improvements
230230

231231
🛩️ *Features*
232-
* feat(puppeteer): support trace recording - by @@KobeNguyenT
232+
* feat(puppeteer): support trace recording - by @KobeNguyenT
233233
```
234234
[Trace Recording Customization]
235235
Trace recording provides complete information on test execution and includes screenshots, and network requests logged during run. Traces will be saved to output/trace
236236
237237
trace: enables trace recording for failed tests; trace are saved into output/trace folder
238238
keepTraceForPassedTests: - save trace for passed tests
239239
```
240-
* feat: expect helper (#3923) - by @@KobeNguyenT
240+
* feat: expect helper (#3923) - by @KobeNguyenT
241241
```
242242
* This helper allows performing assertions based on Chai.
243243
*
@@ -282,15 +282,15 @@ keepTraceForPassedTests: - save trace for passed tests
282282
#expectDeepEqualExcluding
283283
#expectLengthBelowThan
284284
```
285-
* feat: run-workers with multiple browsers output folders - by @@KobeNguyenT
285+
* feat: run-workers with multiple browsers output folders - by @KobeNguyenT
286286
- ![Screenshot 2023-11-04 at 10 49 56](https://github.com/codeceptjs/CodeceptJS/assets/7845001/8eaecc54-de14-4597-b148-1e087bec3c76)
287287
- ![Screenshot 2023-11-03 at 15 56 38](https://github.com/codeceptjs/CodeceptJS/assets/7845001/715aed17-3535-48df-80dd-84f7024f08e3)
288288
* feat: introduce new Playwright methods - by @hatufacci
289289
```
290290
- grabCheckedElementStatus
291291
- grabDisabledElementStatus
292292
```
293-
* feat: gherkin supports i18n (#3934) - by @@KobeNguyenT
293+
* feat: gherkin supports i18n (#3934) - by @KobeNguyenT
294294
```
295295
#language: de
296296
Funktionalität: Checkout-Prozess
@@ -309,7 +309,7 @@ Funktionalität: Checkout-Prozess
309309
| price | total |
310310
| 10 | 10.0 |
311311
```
312-
* feat(autoLogin): improve the check method (#3935) - by @@KobeNguyenT
312+
* feat(autoLogin): improve the check method (#3935) - by @KobeNguyenT
313313
```
314314
Instead of asserting on page elements for the current user in check, you can use the session you saved in fetch
315315
@@ -344,15 +344,15 @@ Scenario('login', async ( {I, login} ) => {
344344
Thanks all to those who contributed to make this release!
345345

346346
🐛 *Bug Fixes*
347-
* fix: switchTo/within block doesn't switch to expected iframe (#3892) - by @@KobeNguyenT
348-
* fix: highlight element doesn't work as expected (#3896) - by @@KobeNguyenT
347+
* fix: switchTo/within block doesn't switch to expected iframe (#3892) - by @KobeNguyenT
348+
* fix: highlight element doesn't work as expected (#3896) - by @KobeNguyenT
349349
```
350350
verbose/ highlight TRUE TRUE -> highlight element
351351
verbose/ highlight TRUE FALSE -> no highlight element
352352
verbose/ highlight FALSE TRUE -> no highlight element
353353
verbose/ highlight FALSE FALSE -> no highlight element
354354
```
355-
* fix: masked value issue in data table (#3885) - by @@KobeNguyenT
355+
* fix: masked value issue in data table (#3885) - by @KobeNguyenT
356356
```
357357
const accounts = new DataTable(['role', 'username', 'password']);
358358
accounts.add([
@@ -389,10 +389,10 @@ Data(accounts)
389389
✔ OK in 1ms
390390
```
391391

392-
* fix: debug info causes error (#3882) - by @@KobeNguyenT
392+
* fix: debug info causes error (#3882) - by @KobeNguyenT
393393

394394
📖 *Documentation*
395-
* fix: get rid of complaining when using session without await and returning nothing. (#3899) - by @@KobeNguyenT
395+
* fix: get rid of complaining when using session without await and returning nothing. (#3899) - by @KobeNguyenT
396396
* fix(FileSystem): a typo in writeToFile() (#3897) - by @mirao
397397

398398
🛩️ *Features*
@@ -405,7 +405,7 @@ Data(accounts)
405405
## 3.5.5
406406

407407
🐛 Bug Fixes
408-
* fix(browserstack): issue with vendor prefix (#3845) - by @@KobeNguyenT
408+
* fix(browserstack): issue with vendor prefix (#3845) - by @KobeNguyenT
409409
```
410410
export const caps = {
411411
androidCaps: {
@@ -439,7 +439,7 @@ export const caps = {
439439
}
440440
```
441441

442-
* switchTo/within now supports strict locator (#3847) - by @@KobeNguyenT
442+
* switchTo/within now supports strict locator (#3847) - by @KobeNguyenT
443443

444444
```
445445
I.switchTo({ css: 'iframe[id^=number-frame]' }) // support the strict locator
@@ -469,10 +469,10 @@ within({
469469
bypassCSP: true
470470
}
471471
```
472-
* fix: missing requests when recording network (#3834) - by @@KobeNguyenT
472+
* fix: missing requests when recording network (#3834) - by @KobeNguyenT
473473

474474
🛩️ Features and Improvements
475-
* Show environment info in verbose mode (#3858) - by @@KobeNguyenT
475+
* Show environment info in verbose mode (#3858) - by @KobeNguyenT
476476

477477
```
478478
Environment information:-
@@ -539,8 +539,8 @@ CodeceptJS v3.5.4 #StandWithUkraine
539539
```
540540

541541
* some typings improvements (#3855) - by @nikzupancic
542-
* support the puppeteer 21.1.1 (#3856) - by @@KobeNguyenT
543-
* fix: support secret value for some methods (#3837) - by @@KobeNguyenT
542+
* support the puppeteer 21.1.1 (#3856) - by @KobeNguyenT
543+
* fix: support secret value for some methods (#3837) - by @KobeNguyenT
544544

545545
```
546546
await I.amOnPage('/form/field_values');
@@ -560,10 +560,10 @@ await I.seeInField('checkbox[]', secret('see test three'));
560560
## 3.5.4
561561

562562
🐛 Bug Fixes:
563-
* [Playwright] When passing `userDataDir`, it throws error after test execution (#3814) - by @@KobeNguyenT
564-
* [CodeceptJS-CLI] Improve command to generate types (#3788) - by @@KobeNguyenT
563+
* [Playwright] When passing `userDataDir`, it throws error after test execution (#3814) - by @KobeNguyenT
564+
* [CodeceptJS-CLI] Improve command to generate types (#3788) - by @KobeNguyenT
565565
* Heal plugin fix (#3820) - by @davert
566-
* Fix for error in using `all` with `run-workers` (#3805) - by @@KobeNguyenT
566+
* Fix for error in using `all` with `run-workers` (#3805) - by @KobeNguyenT
567567
```js
568568
helpers: {
569569
Playwright: {
@@ -587,7 +587,7 @@ await I.seeInField('checkbox[]', secret('see test three'));
587587
},
588588
```
589589
* Highlight elements issues (#3779) (#3778) - by @philkas
590-
* Support `&nbsp` symbol in `I.see` method (#3815) - by @@KobeNguyenT
590+
* Support `&nbsp` symbol in `I.see` method (#3815) - by @KobeNguyenT
591591

592592
```js
593593
// HTML code uses &nbsp; instead of space
@@ -597,7 +597,7 @@ I.see("My Text!") // this test would work with both &nbsp; and space
597597
```
598598

599599
📖 Documentation
600-
* Improve the configuration of electron testing when the app is build with electron-forge (#3802) - by @@KobeNguyenT
600+
* Improve the configuration of electron testing when the app is build with electron-forge (#3802) - by @KobeNguyenT
601601

602602
```js
603603
const path = require("path");
@@ -619,7 +619,7 @@ exports.config = {
619619
🛩️ Features
620620

621621
#### [Playwright] new features and improvements
622-
* Parse the response in recording network steps (#3771) - by @@KobeNguyenT
622+
* Parse the response in recording network steps (#3771) - by @KobeNguyenT
623623

624624
```js
625625
const traffics = await I.grabRecordedNetworkTraffics();
@@ -631,7 +631,7 @@ exports.config = {
631631
expect(traffics[1].response.status).to.equal(200);
632632
expect(traffics[1].response.body).to.contain({ name: 'this was another mocked' });
633633
```
634-
* Grab metrics (#3809) - by @@KobeNguyenT
634+
* Grab metrics (#3809) - by @KobeNguyenT
635635

636636
```js
637637
const metrics = await I.grabMetrics();
@@ -678,7 +678,7 @@ const metrics = await I.grabMetrics();
678678
]
679679
```
680680

681-
* Grab WebSocket (WS) messages (#3789) - by @@KobeNguyenT
681+
* Grab WebSocket (WS) messages (#3789) - by @KobeNguyenT
682682
* `flushWebSocketMessages`
683683
* `grabWebSocketMessages`
684684
* `startRecordingWebSocketMessages`
@@ -713,13 +713,13 @@ const afterWsMessages = I.grabWebSocketMessages();
713713
expect(wsMessages.length).to.equal(afterWsMessages.length);
714714
```
715715

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
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
717717

718718
## 3.5.3
719719

720720
🛩️ Features
721721

722-
* [Playwright] Added commands to check network traffic #3748 - by @ngraf @@KobeNguyenT
722+
* [Playwright] Added commands to check network traffic #3748 - by @ngraf @KobeNguyenT
723723
* `startRecordingTraffic`
724724
* `grabRecordedNetworkTraffics`
725725
* `blockTraffic`
@@ -764,7 +764,7 @@ Examples:
764764

765765
🐛 Bugfix
766766

767-
* [retryStepPlugin] Fix retry step when using global retry #3768 - by @@KobeNguyenT
767+
* [retryStepPlugin] Fix retry step when using global retry #3768 - by @KobeNguyenT
768768

769769
🗑 Deprecated
770770

@@ -775,17 +775,17 @@ Examples:
775775
🐛 Bug Fixes
776776

777777
* [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
779779

780780
## 3.5.1
781781

782782
🛩️ Features
783783

784-
* [Puppeteer][WebDriver][TestCafe] Added methods by @@KobeNguyenT in #3737
784+
* [Puppeteer][WebDriver][TestCafe] Added methods by @KobeNguyenT in #3737
785785
* `blur`
786786
* `focus`
787787
* 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
789789

790790
🐛 Bug Fixes
791791

@@ -795,7 +795,7 @@ Examples:
795795

796796
* Fixed Playwright docs by @Horsty80
797797
* Fixed ai docs by @ngraf
798-
* Various fixes by @@KobeNguyenT
798+
* Various fixes by @KobeNguyenT
799799

800800
## 3.5.0
801801

@@ -809,7 +809,7 @@ Examples:
809809
* added [`OpenAI`](/helpers/openai) helper
810810

811811

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
813813

814814
![](https://user-images.githubusercontent.com/220264/250415226-a7620418-56a4-4837-b790-b15e91e5d1f0.png)
815815

@@ -847,18 +847,18 @@ And executed via `run-workers` with `all` argument
847847
npx codeceptjs run-workers 2 all
848848
```
849849
850-
- [Appium] Add Appium v2 support (#3622) - by @@KobeNguyenT
851-
- Improve `gpo` command to create page objects as modules or as classes (#3625) - by @@KobeNguyenT
852-
- Added `emptyOutputFolder` config to clean up output before running tests (#3604) - by @@KobeNguyenT
850+
- [Appium] Add Appium v2 support (#3622) - by @KobeNguyenT
851+
- Improve `gpo` command to create page objects as modules or as classes (#3625) - by @KobeNguyenT
852+
- Added `emptyOutputFolder` config to clean up output before running tests (#3604) - by @KobeNguyenT
853853
- Add `secret()` function support to `append()` and `type()` (#3615) - by @anils92
854-
- [Playwright] Add `bypassCSP` option to helper's config (#3641) - by @@KobeNguyenT
855-
- Print number of tests for each suite in dryRun (#3620) - by @@KobeNguyenT
854+
- [Playwright] Add `bypassCSP` option to helper's config (#3641) - by @KobeNguyenT
855+
- Print number of tests for each suite in dryRun (#3620) - by @KobeNguyenT
856856
857857
🐛 Bug Fixes
858858
859-
- Support `--grep` in dry-run command (#3673) - by @@KobeNguyenT
860-
- Fix typings improvements in playwright (#3650) - by @@KobeNguyenT
861-
- Fixed global retry #3667 by @@KobeNguyenT
859+
- Support `--grep` in dry-run command (#3673) - by @KobeNguyenT
860+
- Fix typings improvements in playwright (#3650) - by @KobeNguyenT
861+
- Fixed global retry #3667 by @KobeNguyenT
862862
- Fixed creating JavaScript test using "codeceptjs gt" (#3611) - by Jaromir Obr
863863
864864

0 commit comments

Comments
 (0)