Page MenuHomePhorge

Dusk browser extensions
ClosedPublic

Authored by machniak on Mar 2 2020, 8:48 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 25, 2:16 AM
Unknown Object (File)
Sat, Apr 13, 9:43 PM
Unknown Object (File)
Mon, Apr 8, 4:43 AM
Unknown Object (File)
Thu, Apr 4, 2:35 AM
Unknown Object (File)
Mar 7 2024, 11:47 AM
Unknown Object (File)
Feb 21 2024, 2:49 PM
Unknown Object (File)
Feb 14 2024, 2:05 PM
Unknown Object (File)
Feb 10 2024, 10:36 PM
Subscribers
None

Details

Summary

Added possibility to extend dusk browser object.
Added possibility to run tests in phone/tablet/desktop mode.

TODO: Fix tests in phone and tablet mode

Test Plan

./phpunit --testsuite=Browser

Diff Detail

Repository
rK kolab
Branch
dev/dusk-browser
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 28393
Build 10159: arc lint + arc unit

Event Timeline

machniak created this revision.

I trust this is a non-intrusive change, but ffs, zero-regression;

While there's no refined definition for desktop UX, let alone phone/tablet, the latter few are not the focal points of our efforts to date I hope.

This revision is now accepted and ready to land.Mar 2 2020, 10:15 PM

Yes, I just copied some code I already have had in Roundcube for future use. The main point was to have possibility to extend the browser object with some helper code, to simplify tests writing.

This revision was automatically updated to reflect the committed changes.