gecko-dev/testing/web-platform/tests/generic-sensor
Sam Sneddon 662dc3a699 Bug 1536187 [wpt PR 14798] - Remove inactive reviewers, a=testonly
Automatic update from web-platform-tests
Remove inactive reviewers (#14798)

This removes reviewers who have had more than three review requests in
the past year but who haven't reviewed anything.

Adds a few extra reviewers based on discussions in the PR thread
looking for reviewers for directories that otherwise would've ended up
with none.
--

wpt-commits: a5f707c18b3d893a6e332994064911c2f11e800d
wpt-pr: 14798
2019-04-01 14:43:38 +01:00
..
resources
generic-sensor-feature-policy-test.sub.js
generic-sensor-iframe-tests.sub.js Bug 1495790 [wpt PR 13316] - sensors: Ensure a document without an associated frame does not crash, a=testonly 2018-10-09 10:43:08 +00:00
generic-sensor-tests.js
idlharness.https.window.js
META.yml Bug 1536187 [wpt PR 14798] - Remove inactive reviewers, a=testonly 2019-04-01 14:43:38 +01:00
README.md
SensorErrorEvent-constructor.https.html

The generic-sensor-tests.js tests require an implementation of the GenericSensorTest interface, which should emulate platform sensor backends. The GenericSensorTest interface is defined as:

  class GenericSensorTest {
    async initialize();  // Sets up the testing enviroment.
    async reset(); // Frees the resources.
  };

The Chromium implementation of the GenericSensorTest interface is located in generic_sensor_mocks.js.

Other browser vendors should provide their own implementations of the GenericSensorTest interface.

Known issue: a WebDriver extension is a better approach for the Generic Sensor tests automation.