-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate to intern v4 #3428
Migrate to intern v4 #3428
Conversation
test/functional/readme.md
Outdated
@@ -13,7 +13,7 @@ This web application must declare the video element and the dash.js MediaPlayer | |||
|
|||
## Tests scripts | |||
The folder ```tests/functional``` contains the different functional tests suites for testing each functionality/scenario. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
test/functional
test/functional/readme.md
Outdated
@@ -13,7 +13,7 @@ This web application must declare the video element and the dash.js MediaPlayer | |||
|
|||
## Tests scripts | |||
The folder ```tests/functional``` contains the different functional tests suites for testing each functionality/scenario. | |||
For example the suites in file ```test/play.js``` are used to test the ability to play a stream. | |||
For example the suite in file ```test/play.js``` is used to test the ability to play a stream. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tests/play
test/functional/readme.md
Outdated
- ```os.js``` and ```browsers/*.js``` provides the available Selenium configurations for executing the tests on the different browsers on different platforms | ||
- ```applications.js``` provides the configuration for some web application that can be used to execute the tests | ||
- ```streams.js``` provides the list of input streams to be used by the tests, based on streams list provided in dash-if-reference-player sample. | ||
In ```config``` folder, you will multiple configurations files that are used by the ```runTests.js``` script to run tests: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"you will find"
detect os on local desktop
No description provided.