forked from codeceptjs/CodeceptJS
-
Notifications
You must be signed in to change notification settings - Fork 0
Update to 3.4 #13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
gaainf
wants to merge
33
commits into
3.x
Choose a base branch
from
update_to_3.4
base: 3.x
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Update to 3.4 #13
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* bump testcafe version * fix: UTs
* fix: bump faker version * fixed typos * fix: UTs * fix: UTs * update docs and failed tests Co-authored-by: davert <[email protected]>
…js#3539) * add framework labels * tests * DRY
Co-authored-by: Michael Bodnarchuk <[email protected]>
* fix: cannot load wdio helper * chore: remove wdio5 leftover * chore: remove isWebDriver5() leftover
* fix(playwright): requires param for handleDownloads * update docs
…odeceptjs#3531) * fix(gpo): codeceptjs config is contaminated when having includes() * fix: 3532 respect the current include section
The return type of `Actor.say` contains `Promise<any>`. In TypeScript code, with the ESLint rule "@typescript-eslint/no-floating-promises" this causes lint errors for every `I.say` in the tests stating that a promise will not be awaited. Instead, add a comment similar to many other methods (`I.see`, `I.click`, ...) and leave the return type `void`.
…st version (codeceptjs#3515) Co-authored-by: Jim Davis <[email protected]>
* retry for hooks initial * retry for before & beforeSuite * updated tests, refactored timeouts * fixed tests for BDD * fixed bdd test * a better hook for a tes * updated docs for timeouts and retries * fixed examples * simplified test
* preparing release * updated deps * updated deps * fixed unit tests * fixed typings * fixed log * fixed bdd test * fixed run-rerun error * updated helpers to use package * fixed tests * fixed api tests * fixed tests, added tutorial
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Motivation/Description of the PR
Applicable helpers:
Applicable plugins:
Type of change
Checklist:
npm run docs)npm run lint)npm test)