forked from AxisCommunications/media-stream-library-js
-
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.
chore(ci): browser-specific cypress test
Test on multiple browsers (chromium, firefox, edge), and at the same time only use a stable NodeJS version. - needed to explicitly set media source duration to 0 in order to force lower latency on firefox, should not affect other browsers - run cypress jobs in a custom docker images that has the proper browser and version bundled already (not: these do not include the actual cypress binary). cfr: https://github.com/cypress-io/cypress-docker-images - when running job scripts in a container (and not directly on a host) the port mapping isn't necessary, but instead the services can be reached by using the service name as hostname. That means we need to use that in the TCP component instead of looking at hostname in the RTSP URI (otherwise we cannot use the same setup for testing on localhost)
- Loading branch information
Showing
3 changed files
with
80 additions
and
9 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