We have just released a
Lite
solution for testing of HTML-based Samsung Tizen and LG webOS applications on devices with Chromium-based web engines (for more information see official specification for LG webOS and Samsung Tizen). What does that mean?
There's no need to instrument your applications anymore
.
How to switch:
If you are already
using
our
automated library injection
  1. change the
    Instrumentation options
    inside your Suitest configuration to
    Lite - no Instrumentation library (recommended)
  2. re-upload the package
  3. Bulk copy of element properties from the solution using our Instrumentation library
If you are
manually inserting our library
into your packages
  1. create a build without the library
  2. change the
    instrumentation option
    inside Suitest configuration to
    Lite - no Instrumentation library (recommended)
  3. re-upload the package
  4. Bulk copy of element properties from the solution using our Instrumentation library
If you are using
Suitest JavaScript API
, please
update
to the newest version.
Other benefits:
  1. Asserting on 3rd party cookies
  2. Asserting on Shadow DOM and pseudo elements
  3. Asserting on network requests to IP addresses and local files
P.S.: Implementation for devices with WebKit-based web engine will follow very soon!