-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
feat: implement webdriver BiDi #30870
Draft
AtofStryker
wants to merge
18
commits into
chore/update_wdio_deps
Choose a base branch
from
feat/implement_bidi
base: chore/update_wdio_deps
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.
Draft
Conversation
This file contains 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
cypress Run #59970
Run Properties:
|
Project |
cypress
|
Branch Review |
feat/implement_bidi
|
Run status |
Passed #59970
|
Run duration | 17m 50s |
Commit |
8b3b779cf6: skip large image/jpeg test for firefox currently. update service worker test [ru...
|
Committer | AtofStryker |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
10
|
Pending |
1099
|
Skipped |
0
|
Passing |
26477
|
View all changes introduced in this branch ↗︎ |
UI Coverage
45.56%
|
|
---|---|
Untested elements |
191
|
Tested elements |
164
|
Accessibility
92.54%
|
|
---|---|
Failed rules |
3 critical
8 serious
2 moderate
2 minor
|
Failed elements |
889
|
…#30859) * init vitest unit test harness for @packages/driver * unit tests with stack examples * drop lines until __cypress/tests rather than just __cypress * changelog * changelog * remove vitest globals (unnecessary) from driver tsconfig * bump the number of junit reports expected from the unit tests job * fix ts-check error in scroll.ts * fix type definition for getInvocationDetails * rm packageManager key on package.json * remove junit reporter, as script that verifies result does not recognize it as valid * change @ts-expect-error to @ts-ignore for .scroll, as this ts check is apparently flaky * set expected mocha result back to 19 * add ct style stacks for cy in cy ct tests * re-enable junit reporter, update mocha result verification to be more lenient about the order of xml fields * persist binaries for this branch * expect 20 junit reports again * fix mocha v vitest verification? * add binary system test to verify correct file paths for codepoints in protocol events * fix invocation details system test filename * add required config for binary tests * build on darwin to fix binary system tests * build linux-arm64 for this branch * simplify binary test * build windows binary * rm binary system test * Update cli/CHANGELOG.md
Co-authored-by: cypress-bot[bot] <+cypress-bot[bot]@users.noreply.github.com>
Co-authored-by: cypress-bot[bot] <+cypress-bot[bot]@users.noreply.github.com>
Co-authored-by: cypress-bot[bot] <+cypress-bot[bot]@users.noreply.github.com>
AtofStryker
force-pushed
the
feat/implement_bidi
branch
from
January 15, 2025 15:40
d8df75c
to
21ebfa8
Compare
AtofStryker
force-pushed
the
feat/implement_bidi
branch
from
January 15, 2025 16:18
21ebfa8
to
6d48392
Compare
…33.0.6943.16 (#30876) * chore: Update Chrome (stable) to 132.0.6834.83 * chore: Update Chrome (stable) to 132.0.6834.83 and Chrome (beta) to 133.0.6943.16 --------- Co-authored-by: cypress-bot[bot] <41898282+cypress-bot[bot]@users.noreply.github.com> Co-authored-by: Jennifer Shehane <[email protected]>
* fix: prevent navigating to about:blank * update snapshots * update test * fix changelog * pr updates * Update CHANGELOG.md --------- Co-authored-by: Jennifer Shehane <[email protected]>
…cutover). [run ci]
AtofStryker
force-pushed
the
feat/implement_bidi
branch
from
January 22, 2025 15:26
6d48392
to
ab077a7
Compare
AtofStryker
force-pushed
the
feat/implement_bidi
branch
from
January 22, 2025 18:11
c0a4b55
to
d57ccbe
Compare
AtofStryker
force-pushed
the
feat/implement_bidi
branch
from
January 22, 2025 21:20
5264fcb
to
8b3b779
Compare
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.
Additional details
Steps to test
How has the user experience changed?
PR Tasks
cypress-documentation
?type definitions
?