Skip to content

Commit

Permalink
Update UI screenshots in README file
Browse files Browse the repository at this point in the history
- Update UI screenshots for the MVT main page and for the media coverage.
- Add info about disabled PlayRate tests to the README.
  • Loading branch information
lukasz-rutkowski-red authored Sep 14, 2023
1 parent 9cf3a3e commit e406c39
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ A list of of all external media assets used by a deployed instance of MVT:

## User Interface

![alt text](docs/main_view.png "Main view")
![User Interface screenshot](docs/main_view.png "Main view")

Tests are grouped into test suites, which differ in streaming type (DASH, HLS, HSS, progressive) and player (Shaka Player, dash.js, hls.js, native).

Expand All @@ -116,7 +116,7 @@ There are six media test templates:

- `Playback` - verifies basic playback and media position progress on the span of 10 seconds,
- `Pause` - verifies if browser is capable of pausing a stream,
- `PlayRate` - verifies playback with various playback rates,
- `PlayRate` - verifies playback with various playback rates (disabled for now - ticket ONEM-26268),
- `Seek` - executes seek operation,
- `AudioTracks` - changes audio track,
- `Subtitles` - activates text tracks and verifies its content.
Expand Down Expand Up @@ -211,7 +211,7 @@ It is still supported, but it uses different output format and does not include
- <span style="color:red">Supported, no content</span> - case is not covered by MVT test suite.
- <span style="color:green">Supported</span> - case is represented by `x` tests. Please note that it does not mean that related tests pass on the active device - it is just a coverage view which does not verify test results.

![alt text](docs/coverage.png "Coverage")
![Media coverage screenshot](docs/coverage.png "Coverage")

## Development

Expand Down
Binary file modified docs/coverage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/main_view.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e406c39

Please sign in to comment.