Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

fix(deps): update dependency codeceptjs to ^3.1.3 #542

Merged
merged 1 commit into from
Oct 4, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 3, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
codeceptjs (source) ^3.1.2 -> ^3.1.3 age adoption passing confidence

Release Notes

Codeception/codeceptjs

v3.1.3

Compare Source

🛩️ Features:

  • BDD Improvement. Added DataTableArgument class to work with table data structures.
const { DataTableArgument } = require('codeceptjs');
//...
Given('I have an employee card', (table) => {
  const dataTableArgument = new DataTableArgument(table);
  const hashes = dataTableArgument.hashes(); 
  // hashes = [{ name: 'Harry', surname: 'Potter', position: 'Seeker' }];
  const rows = dataTableArgument.rows();
  // rows = [['Harry', 'Potter', Seeker]];
  }

See updated BDD section for more API options.

  • Support cjs file extensions for config file: codecept.conf.cjs. See #​3052 by @​kalvenschraut
  • API updates: Added test.file and suite.file properties to test and suite objects to use in helpers and plugins.

🐛 Bugfixes:

📖 Documentation:


Configuration

📅 Schedule: "before 3am on Monday" in timezone Europe/Paris.

🚦 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 WhiteSource Renovate. View repository job log here.

@renovate renovate bot added the dependencies label Oct 3, 2021
@github-actions github-actions bot temporarily deployed to sample-next-app-renovate-patch-all-hp7m6m October 3, 2021 22:35 Inactive
@github-actions
Copy link

github-actions bot commented Oct 3, 2021

🎉 Deployment for commit 0f788aa :

Ingresses
Docker images
  • 📦 docker pull ghcr.io/socialgouv/docker/wait-for-postgres:6.45.0
  • 📦 docker pull harbor.fabrique.social.gouv.fr/sample-next-app/app:sha-0f788aae144cf0fec89f116cdab95f49b0385252
  • 📦 docker pull harbor.fabrique.social.gouv.fr/sample-next-app/hasura:sha-0f788aae144cf0fec89f116cdab95f49b0385252
Debug

@renovate renovate bot merged commit 0a12c13 into master Oct 4, 2021
@renovate renovate bot deleted the renovate/patch-all branch October 4, 2021 00:24
SocialGroovyBot pushed a commit that referenced this pull request Oct 4, 2021
## [3.1.26](v3.1.25...v3.1.26) (2021-10-04)

### Bug Fixes

* **deps:** update dependency codeceptjs to ^3.1.3 ([#542](#542)) ([0a12c13](0a12c13))
@SocialGroovyBot
Copy link
Member

🎉 This PR is included in version 3.1.26 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants