Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

codeceptjs

Package Overview
Dependencies
Maintainers
1
Versions
235
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

codeceptjs - npm Package Versions

1
24

3.0.3-beta.2

Diff

davert
published 3.0.3-beta.1 •

davert
published 3.0.3-beta •

davert
published 3.0.2 •

Changelog

Source

3.0.2

  • [Playwright] Fix connection close with remote browser. See #2629 by @dipiash
  • [REST] set maxUploadFileSize when performing api calls. See #2611 by @PeterNgTr
  • Duplicate Scenario names (combined with Feature name) are now detected via a warning message. Duplicate test names can cause codeceptjs run-workers to not function. See #2656 by @Georgegriff
  • Documentation fixes

Bug Fixes:

  • --suites flag now should function correctly for codeceptjs run-workers. See #2655 by @Georgegriff
  • [autoLogin plugin] Login methods should now function as expected with codeceptjs run-workers. See #2658 by @Georgegriff, resolves #2620
davert
published 3.0.1 •

Changelog

Source

3.0.1

♨️ Hot fix:

  • Lock the mocha version to avoid the errors. See #2624 by PeterNgTr

🐛 Bug Fix:

  • Fixed error handling in Scenario.js. See #2607 by haveac1gar

  • Changing type definition in order to allow the use of functions with any number of any arguments. See #2616 by akoltun

  • Some updates/changes on documentations

davert
published 3.0.0 •

Changelog

Source

3.0.0

👌 LEARN HOW TO UPGRADE TO CODECEPTJS 3 ➡

  • Playwright set to be a default engine.
  • NodeJS 12+ required
  • BREAKING CHANGE: Syntax for tests has changed.
// Previous
Scenario('title', (I, loginPage) => {});

// Current
Scenario('title', ({ I, loginPage }) => {});
npx create-codeceptjs .

Read changelog to learn more about version 👇

davert
published 3.0.0-rc.0 •

davert
published 2.6.11 •

Changelog

Source

2.6.11

  • [Playwright] Playwright 1.4 compatibility
  • [Playwright] Added ignoreHTTPSErrors config option (default: false). See #2566 by gurjeetbains
  • Added French translation by @vimar
  • [WebDriver] Updated dragSlider to work in WebDriver W3C protocol. Fixes #2557 by suniljaiswal01
alex_vorobey
published 2.6.10 •

Changelog

Source

2.6.10

  • Fixed saving options for suite via Feature('title', {key: value}) by @Diokuz. See #2553 and Docs
alex_vorobey
published 2.6.9 •

Changelog

Source

2.6.9

  • [Puppeteer][Playwright] SessionStorage is now cleared in after hook. See #2524
  • When helper load failed the error stack is now logged by @SkReD. See #2541
  • Small documentation fixes.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc