codeceptjs
Advanced tools
Changelog
3.0.2
codeceptjs run-workers
to not function. See #2656 by @GeorgegriffBug Fixes:
codeceptjs run-workers
. See #2655 by @Georgegriffcodeceptjs run-workers
. See #2658 by @Georgegriff, resolves #2620Changelog
3.0.1
♨️ Hot fix:
🐛 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
Changelog
3.0.0
// Previous
Scenario('title', (I, loginPage) => {});
// Current
Scenario('title', ({ I, loginPage }) => {});
npx create-codeceptjs .
Read changelog to learn more about version 👇
Changelog
2.6.11
ignoreHTTPSErrors
config option (default: false). See #2566 by gurjeetbainsdragSlider
to work in WebDriver W3C protocol. Fixes #2557 by suniljaiswal01Changelog
2.6.9