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

2.6.8

Diff

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
davert
published 3.0.0-beta.3 •

davert
published 2.6.5 •

Changelog

Source

2.6.5

  • Added test.skipped event to run-workers, fixing allure reports with skipped tests in workers #2391. Fix #2387 by @koushikmohan1996
  • [Playwright] Fixed calling waitFor* methods with custom locators #2314. Fix #2389 by @Georgegriff
davert
published 2.6.4 •

Changelog

Source

2.6.4

  • [Playwright] Playwright 1.0 support by @Georgegriff.
davert
published 3.0.0-beta.2 •

davert
published 3.0.0-beta.1 •

davert
published 2.6.3 •

Changelog

Source

2.6.3

  • [stepByStepReport plugin] Fixed when using plugin with BeforeSuite. Fixes #2337 by @mirao
  • [allure plugin] Fixed reporting of tests skipped by failure in before hook. Refer to #2349 & #2354. Fix by @koushikmohan1996
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