codeceptjs
Advanced tools
Changelog
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
Changelog
2.6.8
saveElementScreenshot
method added to make screenshot of an element. By @suniljaiswal01type
method to type a text using keyboard with an optional delay.delay
argument to type
method to slow down typing.amOnPage
freeze when getPageTimeout
is 0"; set 30 sec as default timeout by @Vorobeyko.screenshotOnFail
plugin #2512 by @pablopaulChangelog
2.6.7
standardActingHelpers
array #2474 by @PeterNgTr--invert
option for run-workers
command #2504 by @pablopaulforceRightClick
method #2485 bylsuniljaiswal01setCookie
method #2491 by @bmbarker90Changelog
3.0.0-beta.4
🐛 Bug Fix:
🧤 Internal:
const psp = wd.grabPageScrollPosition() // $ExpectType Promise<PageScrollPosition>
psp.then(result => {
result.x // $ExpectType number
result.y // $ExpectType number
})
Changelog
2.6.6
xFeature
and Feature.skip
to skip all tests in a suite. By @GeorgegriffwaitNumberOfVisibleElements
to actually filter visible elements. By @ilangvcannot read property indexOf of undefined
error. Fix #2436 by @Georgegriff