-
Notifications
You must be signed in to change notification settings - Fork 2
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
Migrate to forked Cucumber 0.10 #3
Conversation
@tyranron there is a problem, while running concurrent tests for firefox, because geckodriver doesn't support concurrent sessions: mozilla/geckodriver#1523 (comment), jonhoo/fantoccini#111 (comment). While chrome works just fine. There already was an effort to hack around this: jonhoo/fantoccini#100. We can try merging this (seems like pretty straightforward task) or just run tests as |
@tyranron we'll have to fallback to serial scenario execution, because even if we'll have multiple connections to single |
@ilslv can we enable serial execution just for Firefox and leave it concurrent for Chrome? |
@tyranron yep, already done that |
@ilslv ok, that will do then! Just leave a fat comment explaining why that is done and we're ready for review, I guess. |
FCM
|
@tyranron I've decreased |
@ilslv no, I think it has sense to run CI in release mode. |
Synopsis
Upgrade to a new version of
cucumber_rust
.Solution
Introduce concurrent tests runner.
Checklist
Draft:
prefixk::
labels appliedDraft:
prefix is removed