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

codeceptjs

Package Overview
Dependencies
Maintainers
0
Versions
235
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

codeceptjs - npm Package Versions

13
23

3.6.6-beta.2

Diff

thanh.nguyen
published 3.6.6-beta.1 •

thanh.nguyen
published 3.6.5 •

Changelog

Source

3.6.5

❤️ Thanks all to those who contributed to make this release! ❤️

🛩️ Features

  • feat(helper): playwright > wait for disabled (#4412) - by @kobenguyent
it('should wait for input text field to be disabled', () =>
      I.amOnPage('/form/wait_disabled').then(() => I.waitForDisabled('#text', 1)))

    it('should wait for input text field to be enabled by xpath', () =>
      I.amOnPage('/form/wait_disabled').then(() => I.waitForDisabled("//*[@name = 'test']", 1)))

    it('should wait for a button to be disabled', () =>
      I.amOnPage('/form/wait_disabled').then(() => I.waitForDisabled('#text', 1)))

Waits for element to become disabled (by default waits for 1sec).
Element can be located by CSS or XPath.

@param {CodeceptJS.LocatorOrString} locator element located by CSS|XPath|strict locator.
@param {number} [sec=1] (optional) time in seconds to wait, 1 by default.
@returns {void} automatically synchronized promise through #recorder

🐛 Bug Fixes

  • fix(AI): AI is not triggered (#4422) - by @kobenguyent
  • fix(plugin): stepByStep > report doesn't sync properly (#4413) - by @kobenguyent
  • fix: Locator > Unsupported pseudo selector 'has' (#4448) - by @anils92

📖 Documentation

  • docs: setup azure open ai using bearer token (#4434) - by @kobenguyent
thanh.nguyen
published 3.6.5-beta.5 •

thanh.nguyen
published 3.6.5-beta.4 •

thanh.nguyen
published 3.6.5-beta.3 •

thanh.nguyen
published 3.6.5-beta.2 •

thanh.nguyen
published 3.6.5-beta.1 •

thanh.nguyen
published 3.6.4 •

Changelog

Source

3.6.4

❤️ Thanks all to those who contributed to make this release! ❤️

🛩️ Features

  • feat(rest): print curl (#4396) - by @kobenguyent
Config:

...
REST: {
 ...
 printCurl: true,
 ...
}
... 

› [CURL Request] curl --location --request POST https://httpbin.org/post -H ...
  • feat(AI): Generate PageObject, added types, shell improvement (#4319) - by @DavertMik
    • added askForPageObject method to generate PageObjects on the fly
    • improved AI types
    • interactive shell improved to restore history

Screenshot from 2024-06-17 02-47-37

🐛 Bug Fixes

  • fix(heal): wrong priority (#4394) - by @kobenguyent

📖 Documentation

  • AI docs improvements by @DavertMik
thanh.nguyen
published 3.6.4-beta.2 •

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