-
-
Notifications
You must be signed in to change notification settings - Fork 111
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
chore(web): conversion of Web gesture-engine browser-tests for @web/test-runner use 🏃 #11454
Conversation
User Test ResultsTest specification and instructions User tests are not required Test Artifacts
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A direct copy of the host-fixture's CSS, now that we're using an edited copy of the HTML page as the test-hosting fixture page for browser-oriented auto-testing.
Changes in this pull request will be available for download in Keyman version 18.0.41-alpha |
This one came with a couple of extra wrinkles:
Touch
andTouchEvent
constructors, but doesn't like us actually using them... at least not in the engine-only form used byplaywright
. So, I had to do a bit of extra handling for touch emulation..spec.html
. We do lose the fixture auto-update, but the.spec.html
page is pretty similar to it.@keymanapp-test-bot skip