Skip to content

Update dependency codeceptjs to v3.6.10

Ghost User requested to merge renovate/codeceptjs-3.x-lockfile into main

This MR contains the following updates:

Package Type Update Change
codeceptjs (source) dependencies patch 3.6.7 -> 3.6.10

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

Codeception/codeceptjs (codeceptjs)

v3.6.10

Compare Source

️ Thanks all to those who contributed to make this release!

🐛 Bug Fixes fix(cli): missing failure counts when there is failedHooks (#​4633) - by @​kobenguyent

v3.6.9

Compare Source

️ Thanks all to those who contributed to make this release!

🐛 Hot Fixes fix: could not run tests due to missing invisi-data lib - by @​kobenguyent

v3.6.8

Compare Source

️ Thanks all to those who contributed to make this release!

🛩Features

export const config: CodeceptJS.MainConfig = {
  tests:  '**/*.e2e.test.ts',
  retry: 4,
  output: './output',
  maskSensitiveData: true,
  emptyOutputFolder: true,
...

    I login {"username":"helloworld@test.com","password": "****"}
      I send post request "https://localhost:8000/login", {"username":"helloworld@test.com","password": "****"}
      › [Request] {"baseURL":"https://localhost:8000/login","method":"POST","data":{"username":"helloworld@test.com","password": "****"},"headers":{}}
      › [Response] {"access-token": "****"}
I.sendDeleteRequestWithPayload('/api/users/1', { author: 'john' });

🐛 Bug Fixes

> codeceptjs dry-run --steps --grep "(?=.*Checkout process)"
Add hint to "I.seeEmailAttachment" that under the hood parameter is treated as RegExp. 
When you don't know it, it can cause a lot of pain, wondering why your test fails with I.seeEmailAttachment('Attachment(1).pdf') although it looks just fine, but actually I.seeEmailAttachment('Attachment\\(1\\).pdf is required to make the test green, in case the attachment is called "Attachment(1).pdf" with special character in it.

📖 Documentation


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled because a matching MR was automerged previously.

Rebasing: Whenever MR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Merge request reports

Loading