New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

codeceptjs

Package Overview
Dependencies
Maintainers
4
Versions
261
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

codeceptjs - npm Package Versions

1
27

3.0.1

Diff

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.
davert
published 2.6.8 •

Changelog

Source

2.6.8

  • [WebDriver][Protractor][Playwright][Puppeteer][Nightmare] saveElementScreenshot method added to make screenshot of an element. By @suniljaiswal01
  • [Playwright][Puppeteer] Added type method to type a text using keyboard with an optional delay.
  • [WebDriver] Added optional delay argument to type method to slow down typing.
  • [Puppeteer] Fixed amOnPage freeze when getPageTimeout is 0"; set 30 sec as default timeout by @Vorobeyko.
  • Fixed printing step with null argument in custom helper by @sjana-aj. See #2494
  • Fix missing screenshot on failure when REST helper is in use #2513 by @PeterNgTr
  • Improve error logging in the screenshotOnFail plugin #2512 by @pablopaul
davert
published 2.6.7 •

Changelog

Source

2.6.7

  • Add REST helper into standardActingHelpers array #2474 by @PeterNgTr
  • Add missing --invert option for run-workers command #2504 by @pablopaul
  • [WebDriver] Introduce forceRightClick method #2485 bylsuniljaiswal01
  • [Playwright] Fix setCookie method #2491 by @bmbarker90
  • [TypeScript] Update compilerOptions.target to es2017 #2483 by @shanplourde
  • [Mocha] Honor reporter configuration #2465 by @trinhpham
alex_vorobey
published 3.0.0-beta.4 •

Changelog

Source

3.0.0-beta.4

🐛 Bug Fix:

  • PageObject was broken when using "this" inside a simple object.
  • The typings for all WebDriver methods work correctly.
  • The typings for "this.helper" and helper constructor work correctly, too.

🧤 Internal:

  • Our TS Typings will be tested now! We strarted using dtslint to check all typings and all rules for linter. Example:
const psp = wd.grabPageScrollPosition() // $ExpectType Promise<PageScrollPosition>
psp.then(result => {
  result.x // $ExpectType number
  result.y // $ExpectType number
})
  • And last: Reducing package size from 3.3Mb to 2.0Mb
davert
published 2.6.6 •

Changelog

Source

2.6.6

  • Puppeteer 4.0 support. Important: MockRequest helper won't work with Puppeter > 3.3
  • Added xFeature and Feature.skip to skip all tests in a suite. By @Georgegriff
  • [Appium] Fixed #2428 Android native locator support by @idxn
  • [WebDriver] Fixed waitNumberOfVisibleElements to actually filter visible elements. By @ilangv
  • [Puppeteer] Fixed handling error which is not an Error object. Fixes cannot read property indexOf of undefined error. Fix #2436 by @Georgegriff
  • [Puppeteer] Print error on page crash by @Georgegriff
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