Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency codeceptjs to v3.6.10 #1326

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 12, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
codeceptjs (source) 3.6.7 -> 3.6.10 age adoption passing confidence

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 - "after 4pm and before 7pm every weekday" in timezone Europe/London, Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Dec 12, 2024
@renovate renovate bot force-pushed the renovate/codeceptjs-3.x-lockfile branch from 8d0e686 to 6e4b45e Compare December 13, 2024 19:16
@renovate renovate bot force-pushed the renovate/codeceptjs-3.x-lockfile branch from 6e4b45e to 5a9a970 Compare December 16, 2024 18:48
@renovate renovate bot force-pushed the renovate/codeceptjs-3.x-lockfile branch from 5a9a970 to e36ce2b Compare December 17, 2024 20:30
@renovate renovate bot force-pushed the renovate/codeceptjs-3.x-lockfile branch from e36ce2b to 7c1aebe Compare December 18, 2024 07:55
@renovate renovate bot force-pushed the renovate/codeceptjs-3.x-lockfile branch from 7c1aebe to 388dd76 Compare December 18, 2024 20:37
@renovate renovate bot force-pushed the renovate/codeceptjs-3.x-lockfile branch from 388dd76 to 9ce8a87 Compare December 20, 2024 13:35
@renovate renovate bot force-pushed the renovate/codeceptjs-3.x-lockfile branch from 9ce8a87 to 1f9cbfc Compare January 7, 2025 21:20
@hmcts-jenkins-d-to-i hmcts-jenkins-d-to-i bot requested a deployment to preview January 7, 2025 21:26 Abandoned
@renovate renovate bot force-pushed the renovate/codeceptjs-3.x-lockfile branch from 1f9cbfc to fed27ce Compare January 8, 2025 20:25
Copy link
Contributor Author

renovate bot commented Jan 22, 2025

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (^3.6.4). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/codeceptjs-3.x-lockfile branch January 22, 2025 11:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file ns:idam prd:idam
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant