Page MenuHomePhorge

Dusk browser extensions
ClosedPublic

Authored by machniak on Mar 2 2020, 8:48 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Mar 7, 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
Unknown Object (File)
Dec 30 2023, 7:50 AM
Unknown Object (File)
Dec 25 2023, 10:48 AM
Unknown Object (File)
Dec 22 2023, 2:47 AM
Unknown Object (File)
Dec 21 2023, 5:27 AM
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
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.