Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

Georgegriff
Copy link
Collaborator

Motivation/Description of the PR

  • Fixing issues with playwright
  • Fixed waitForValue so far

Applicable helpers:

  • WebDriver
  • Puppeteer
  • Nightmare
  • REST
  • FileHelper
  • Appium
  • Protractor
  • TestCafe
  • [/ ] Playwright

Applicable plugins:

  • allure
  • autoDelay
  • autoLogin
  • customLocator
  • pauseOnFail
  • puppeteerCoverage
  • retryFailedStep
  • screenshotOnFail
  • selenoid
  • stepByStepReport
  • wdio

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)

@Georgegriff
Copy link
Collaborator Author

@DavertMik hopefully this fixes some of the playwright tests

@Georgegriff
Copy link
Collaborator Author

Any other failures i suspect are things i missed that were broken in in the playwright 0.12.1 API changes

@Georgegriff
Copy link
Collaborator Author

Need some help with execureAsync waitForClickableand scrollTo think these might have been broken in 0.12 and I missed them

@DavertMik DavertMik changed the base branch from master to release-2.6 March 29, 2020 15:57
@DavertMik DavertMik merged commit 482d211 into codeceptjs:release-2.6 Mar 29, 2020
@DavertMik
Copy link
Contributor

Thank you!

DavertMik added a commit that referenced this pull request Mar 31, 2020
* updated docs & playwright guide

* commentSteps plugin

* minor tests fixes

* Playwright fixes - Work in progress (#2291)

* fix wait for value

* fix waitForEnabled

* fix add cookies

Co-authored-by: George Griffiths <[email protected]>

* fixed tests for playwright

* fixed Playwright/Puppeteer tests

* Fix run-workers issue in gherkin (#2293)

* fixed allure test

* updated changelog, fixed tests

* fixed tests

* fixed playwright setup, fixed worker tests

* fixed WebDriver test

* removed xvfb from playwright setup

* added xvfb run to playwright setup

* added one lib to playwright setup

* Store --profile in process.env.profile instead of process.profile to make it available in workers.

* fixed typo in basic within section readme (#2294)

* Backward compatibility for using in process.profile.

* Add fallback in test config.

* Store --profile in process.env.profile also for run-rerun command.

* fixed tests

* updated changelog

* updated documentation

Co-authored-by: Mykhailo Bodnarchuk <mykhailo.bodnarchuk@surfer-172-29-3-81-hotspot.internet-for-guests.com>
Co-authored-by: George Griffiths <[email protected]>
Co-authored-by: George Griffiths <[email protected]>
Co-authored-by: Koushik Mohan <[email protected]>
Co-authored-by: Paul Vincent Beigang <[email protected]>
Co-authored-by: Sharode <[email protected]>
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.

2 participants