Automate Drag-and-Drop Tests by Suyash Nayan
- Mentors
- awillia, Mike Taylor
- Organization
- Chromium
- Technologies
- javascript, html5
- Topics
- testing, automation, apis
Blink, which is the rendering engine for Chromium has multiple drag-and-drop API tests that make use of a Chromium-specific automation library and the WPT (Web-Platform-Tests) that do not have any sort of automation at all. The aim of this project is to convert as many of the Blink-specific tests as possible into WPTs and also try to expand the coverage by automating even more of the existing WPTs.
Many of these tests are missing automation using the Testdriver.js Action API. The aim of the project is to cover as many of these tests in the contribution to take advantage of the Testdriver.js Actions API to make them automated. A detailed overview of how this will be achieved is included in the proposal.