codeceptjs
Advanced tools
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 @GeorgegriffChangelog
2.6.5
test.skipped
event to run-workers, fixing allure reports with skipped tests in workers #2391. Fix #2387 by @koushikmohan1996waitFor*
methods with custom locators #2314. Fix #2389 by @Georgegriff