codeceptjs
Advanced tools
Changelog
3.0.6
electron
as a browser to config. See #2834 by @cbayer97launchPersistentContext
to be able to launch persistent remote browsers. See #2817 by @brunoqueiros. Fixes #2376.run-workers
. See #2857 by @haveac1gar. Fixes #2621, #2852gherkin.features
. See #2814 by @jbergeronjr"features": [
"./features/*.feature",
"./features/api_features/*.feature"
],
getQueueId
to reporter to rerun a specific promise. See #2837 by @jonataskfakerTransform
plugin to use faker data in Gherkin scenarios. See #2854 by @adrielcodecoScenario Outline: ...
Given ...
When ...
Then ...
Examples:
| productName | customer | email | anythingMore |
| {{commerce.product}} | Dr. {{name.findName}} | {{internet.email}} | staticData |
tunnelIdentifier
config option to provide tunnel for SauceLabs. See #2832 by @gurjeetbainsChangelog
3.0.5
Features:
codecept.conf.ts
configuration files. See #2750 by @elaichenkovI.sendPatchRequest('/api/users.json', secret({ "email": "user@user.com" }));
See #2786 by @PeterNgTr
Bug fixes:
codeceptjs shell
which was broken since 3.0.0. See #2743 by @stedmanDocumentation fixes:
Library updates:
Changelog
3.0.4
init
script by adding cross-spawn
package. By @vipulgupta2048run-multiple
. See #2730 by @wagoidChangelog
3.0.3
Cannot read property '$$' of null
when locating elements. See #2713 by @matthewjfnpx codeceptjs init
improved
waitForFunction
was not working with number values. See #2703 by @MumblesNZseleniumArgs
and seleniumInstallArgs
config options for plugin. See #2687 by @andrerleaoaddParameter
method in #2717 by @jancorvus. Fixes #2716--reporter-options
and --reporter <name>
commands to run-workers
command by in #2691 @Ameterezu