-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* [ONEM-25820] Major refactor This change aims to simplify the codebase, especially in the area of tests declaration. Tests declaration has been moved into |suites.js|, where each test suite explicitly declares its own tests. There are still some helper functions for creation of multiple tests at once (makeMvtMediaTests), but I personally find it much more readable. Current approach also gives us much greater control when it comes tests selection and parametrization (e.g. now we can mark some tests unstable on a given test suite). In addition: - Declare name for each stream, so it can be accessed directly - Drop unnecessary attributes from stream mediaStreams.js - Greatly simplify profiles.js - Drop blocklist - now unstable tests are declared in suites.js - Rework codecSupportTests.js - Rework coverage.js - Extend readme - Add skipping specific test by name Co-authored-by: Lukasz Rutkowski <lukasz.rutkowski@consult.red>
- Loading branch information
1 parent
edcb845
commit 6fa204e
Showing
16 changed files
with
1,014 additions
and
1,455 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.