Skip to content

Conversation

@gaainf
Copy link
Owner

@gaainf gaainf commented Mar 19, 2023

Motivation/Description of the PR

  • Description of this PR, which problem it solves
  • Resolves #issueId (if applicable).

Applicable helpers:

  • WebDriver
  • Puppeteer
  • Nightmare
  • REST
  • FileHelper
  • Appium
  • Protractor
  • TestCafe
  • Playwright

Applicable plugins:

  • allure
  • autoDelay
  • autoLogin
  • customLocator
  • pauseOnFail
  • coverage
  • retryFailedStep
  • screenshotOnFail
  • selenoid
  • stepByStepReport
  • stepTimeout
  • wdio
  • subtitles

Type of change

  • 🔥 Breaking changes
  • 🚀 New functionality
  • 🐛 Bug fix
  • 📋 Documentation changes/updates
  • ♨️ Hot fix
  • 🔨 Markdown files fix - not related to source code
  • 💅 Polish code

Checklist:

  • Tests have been added
  • Documentation has been added (Run npm run docs)
  • Lint checking (Run npm run lint)
  • Local tests are passed (Run npm test)

kobenguyent and others added 30 commits December 23, 2022 14:13
* 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]>
* 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`.
* 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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.