WebDriver/RemoteProtocol/Meetings/2019/04/08: Difference between revisions

Jump to navigation Jump to search
move some items from agenda to minutes
(β†’β€ŽPTO (🌷): remove old item)
(move some items from agenda to minutes)
Line 4: Line 4:
** Remote agent announcement (sole)
** Remote agent announcement (sole)
* Status updates
* Status updates
** (alex) Progress on running Wordpress tests suite ([https://bugzilla.mozilla.org/show_bug.cgi?id=1539202 bug])
** Progress on running Wordpress tests suite (ochameau)
*** Uses [https://github.com/smooth-code/jest-puppeteer#api jest-puppeteer] which only expose Browser Page and Context Puppeteer APIs,
*** Uses an old Puppeteer version (1.6), uses a RegExp on '''stderr''' to find the remote protocol URL (Struggling to find a way to print a string on '''stderr''' from javascript),
*** Requires some extensive work on the events emitted by Page domain (Page.frameNavigated has to be fired in many case, in a very particular order),
*** It will also require some work on Runtime in order to evaluate JS code.
** Enabling remote agent in Nightly/security testing (ato)
** Enabling remote agent in Nightly/security testing (ato)
* Changing meeting time to be more inclusive?
* Changing meeting time to be more inclusive?
Line 27: Line 23:
=== Status updates ===
=== Status updates ===


* Alex working on getting the WordPress test suite working
* Alex working on getting the WordPress test suite working ({{bug|1539202}})
** <code>Page.frameNavigated</code> event has to be in a very specific order
** <code>Page.frameNavigated</code> event has to be in a very specific order
** Uses [https://github.com/smooth-code/jest-puppeteer#api jest-puppeteer] which only expose Browser Page and Context Puppeteer APIs,
** Uses an old Puppeteer version (1.6), uses a RegExp on stderr to find the remote protocol URL
*** Struggling to find a way to print a string on stderr from JS
** Last step is to support script evaluation
** Last step is to support script evaluation
*** Q: can we reuse the juggler implementation?
*** Q: can we reuse the juggler implementation?
715

edits

Navigation menu