servo icon indicating copy to clipboard operation
servo copied to clipboard

ohos CI: Add webdriver based scenario tests

Open monissaJ opened this issue 1 month ago • 1 comments

Code Submission Access Control Use Case

Testing: Functional and Performance Test Cases: Test that when new code is deployed, the Servo homepage and Mossel homepage load correctly; Mossel's navigation and swipe functions work properly. The frame rate for basic pages, pages with carousels, and video pages should be greater than 115fps.

monissaJ avatar Nov 06 '25 06:11 monissaJ

You will also need to sign off your commits with git commit -s (or `git commit -s --amend to amend an existing commit)

jschwe avatar Nov 06 '25 08:11 jschwe

There was apparently some confusion regarding the git sign-off and this PR is continued over at https://github.com/servo/servo/pull/40473. For the record / next time, you can use git rebase --interactive and git commit --amend to edit your commits (including adding a sign-off) - next time you can just update the original PR.

jschwe avatar Nov 07 '25 06:11 jschwe