Codeception/codeceptjs (codeceptjs)
### [`v3.6.4`](https://togithub.com/Codeception/codeceptjs/blob/HEAD/CHANGELOG.md#364)
[Compare Source](https://togithub.com/Codeception/codeceptjs/compare/3.6.3...3.6.4)
❤️ Thanks all to those who contributed to make this release! ❤️
🛩️ *Features*
- feat(rest): print curl ([#4396](https://togithub.com/Codeception/codeceptjs/issues/4396)) - by [@kobenguyent](https://togithub.com/kobenguyent)
Config:
...
REST: {
...
printCurl: true,
...
}
...
› [CURL Request] curl --location --request POST https://httpbin.org/post -H ...
- feat(AI): Generate PageObject, added types, shell improvement ([#4319](https://togithub.com/Codeception/codeceptjs/issues/4319)) - by [@DavertMik](https://togithub.com/DavertMik)
- added `askForPageObject` method to generate PageObjects on the fly
- improved AI types
- interactive shell improved to restore history
![Screenshot from 2024-06-17 02-47-37](https://togithub.com/codeceptjs/CodeceptJS/assets/220264/12acd2c7-18d1-4105-a24b-84070ec4d393)
🐛 *Bug Fixes*
- fix(heal): wrong priority ([#4394](https://togithub.com/Codeception/codeceptjs/issues/4394)) - by [@kobenguyent](https://togithub.com/kobenguyent)
📖 *Documentation*
- AI docs improvements by [@DavertMik](https://togithub.com/DavertMik)
### [`v3.6.3`](https://togithub.com/Codeception/codeceptjs/blob/HEAD/CHANGELOG.md#363)
[Compare Source](https://togithub.com/Codeception/codeceptjs/compare/3.6.2...3.6.3)
❤️ Thanks all to those who contributed to make this release! ❤️
🛩️ *Features*
- feat(plugin): coverage with WebDriver - devtools ([#4349](https://togithub.com/Codeception/codeceptjs/issues/4349)) - by [@KobeNguyent](https://togithub.com/KobeNguyent)
![Screenshot 2024-05-16 at 16 49 20](https://togithub.com/codeceptjs/CodeceptJS/assets/7845001/a02f0f99-ac78-4d3f-9774-2cb51c688025)
🐛 *Bug Fixes*
- fix(cli): stale process ([#4367](https://togithub.com/Codeception/codeceptjs/issues/4367)) - by [@Horsty80](https://togithub.com/Horsty80) [@kobenguyent](https://togithub.com/kobenguyent)
- fix(runner): screenshot error in beforeSuite/AfterSuite ([#4385](https://togithub.com/Codeception/codeceptjs/issues/4385)) - by [@kobenguyent](https://togithub.com/kobenguyent)
- fix(cli): gherkin command init with TypeScript ([#4366](https://togithub.com/Codeception/codeceptjs/issues/4366)) - by [@andonary](https://togithub.com/andonary)
- fix(webApi): error message of dontSeeCookie ([#4357](https://togithub.com/Codeception/codeceptjs/issues/4357)) - by [@a-stankevich](https://togithub.com/a-stankevich)
📖 *Documentation*
- fix(doc): Expect helper is not described correctly ([#4370](https://togithub.com/Codeception/codeceptjs/issues/4370)) - by [@kobenguyent](https://togithub.com/kobenguyent)
- fix(docs): some strange characters ([#4387](https://togithub.com/Codeception/codeceptjs/issues/4387)) - by [@kobenguyent](https://togithub.com/kobenguyent)
- fix: Puppeteer helper doc typo ([#4369](https://togithub.com/Codeception/codeceptjs/issues/4369)) - by [@yoannfleurydev](https://togithub.com/yoannfleurydev)
Configuration
📅 Schedule: Branch creation - "after 7am and before 11am every weekday" in timezone Europe/London, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
3.6.2
->3.6.4
Release Notes
Codeception/codeceptjs (codeceptjs)
### [`v3.6.4`](https://togithub.com/Codeception/codeceptjs/blob/HEAD/CHANGELOG.md#364) [Compare Source](https://togithub.com/Codeception/codeceptjs/compare/3.6.3...3.6.4) ❤️ Thanks all to those who contributed to make this release! ❤️ 🛩️ *Features* - feat(rest): print curl ([#4396](https://togithub.com/Codeception/codeceptjs/issues/4396)) - by [@kobenguyent](https://togithub.com/kobenguyent) Config: ... REST: { ... printCurl: true, ... } ... › [CURL Request] curl --location --request POST https://httpbin.org/post -H ... - feat(AI): Generate PageObject, added types, shell improvement ([#4319](https://togithub.com/Codeception/codeceptjs/issues/4319)) - by [@DavertMik](https://togithub.com/DavertMik) - added `askForPageObject` method to generate PageObjects on the fly - improved AI types - interactive shell improved to restore history ![Screenshot from 2024-06-17 02-47-37](https://togithub.com/codeceptjs/CodeceptJS/assets/220264/12acd2c7-18d1-4105-a24b-84070ec4d393) 🐛 *Bug Fixes* - fix(heal): wrong priority ([#4394](https://togithub.com/Codeception/codeceptjs/issues/4394)) - by [@kobenguyent](https://togithub.com/kobenguyent) 📖 *Documentation* - AI docs improvements by [@DavertMik](https://togithub.com/DavertMik) ### [`v3.6.3`](https://togithub.com/Codeception/codeceptjs/blob/HEAD/CHANGELOG.md#363) [Compare Source](https://togithub.com/Codeception/codeceptjs/compare/3.6.2...3.6.3) ❤️ Thanks all to those who contributed to make this release! ❤️ 🛩️ *Features* - feat(plugin): coverage with WebDriver - devtools ([#4349](https://togithub.com/Codeception/codeceptjs/issues/4349)) - by [@KobeNguyent](https://togithub.com/KobeNguyent) ![Screenshot 2024-05-16 at 16 49 20](https://togithub.com/codeceptjs/CodeceptJS/assets/7845001/a02f0f99-ac78-4d3f-9774-2cb51c688025) 🐛 *Bug Fixes* - fix(cli): stale process ([#4367](https://togithub.com/Codeception/codeceptjs/issues/4367)) - by [@Horsty80](https://togithub.com/Horsty80) [@kobenguyent](https://togithub.com/kobenguyent) - fix(runner): screenshot error in beforeSuite/AfterSuite ([#4385](https://togithub.com/Codeception/codeceptjs/issues/4385)) - by [@kobenguyent](https://togithub.com/kobenguyent) - fix(cli): gherkin command init with TypeScript ([#4366](https://togithub.com/Codeception/codeceptjs/issues/4366)) - by [@andonary](https://togithub.com/andonary) - fix(webApi): error message of dontSeeCookie ([#4357](https://togithub.com/Codeception/codeceptjs/issues/4357)) - by [@a-stankevich](https://togithub.com/a-stankevich) 📖 *Documentation* - fix(doc): Expect helper is not described correctly ([#4370](https://togithub.com/Codeception/codeceptjs/issues/4370)) - by [@kobenguyent](https://togithub.com/kobenguyent) - fix(docs): some strange characters ([#4387](https://togithub.com/Codeception/codeceptjs/issues/4387)) - by [@kobenguyent](https://togithub.com/kobenguyent) - fix: Puppeteer helper doc typo ([#4369](https://togithub.com/Codeception/codeceptjs/issues/4369)) - by [@yoannfleurydev](https://togithub.com/yoannfleurydev)Configuration
📅 Schedule: Branch creation - "after 7am and before 11am every weekday" in timezone Europe/London, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.