Skip to content
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

Custom Mocha retries #5

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Custom Mocha retries #5

wants to merge 3 commits into from

Conversation

RonanDrouglazet
Copy link

No description provided.

@RonanDrouglazet RonanDrouglazet changed the title feat retry spec feat retry spec v3 Nov 6, 2019
ruizb added 2 commits November 6, 2019 12:22
Merge master v5.16.0 + fix conflicts src/index.js
@ruizb ruizb changed the title feat retry spec v3 Custom Mocha retries Nov 6, 2019
@ruizb
Copy link

ruizb commented Nov 6, 2019

How to update this branch (⚠️ very manual and shady...):

  • Clone the https://github.com/webdriverio/webdriverio repository
  • Get the latest changes with git fetch origin master && git merge origin/master master
  • Go to the packages/wdio-mocha-framework directory
  • Copy all the files / folders
  • Go to the master branch of this (i.e. ebuzzing/wdio-mocha-framework) repository
  • Paste all the files / folders at the root
  • Create a commit with the changes, e.g. Hard reset to version 5.17.0, and push
  • Use git merge master on this branch and fix the conflicts, if any
  • Copy the index.js file of this branch
  • Paste the copied index.js file into the packages/wdio-mocha-framework directory of the webdriverio project, and replace its existing index.js file by the one you copied
    (to apply the changes made by this PR)
  • Build the project with npm run build at the root of the webdriverio project
  • Copy the packages/wdio-mocha-framework/build directory created by the npm run build command
  • Paste it at the root of this project (i.e. ebuzzing/wdio-mocha-framework) on this branch
  • Commit all the changes and push a new commit on this branch
  • Get the last commit hash, e.g. 1234567, and use it in https://github.com/ebuzzing/service-web-formats/blob/3756fc584bd57a5412f42be86a1403ac8a39d802/webdriverio-test/package.json#L30

(yep, not handy, but it works)

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