You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 13, 2024. It is now read-only.
Contains shared utilities, support tools and frameworks for the other WebRTC sub repositories.
3
3
4
+
## Install using npm ##
5
+
´´´
6
+
npm install webrtc-utilities --save-dev
7
+
´´´
8
+
9
+
## SeleniumLib ##
10
+
src/selenium-lib.js contains all that is needed to build a selenium webdriver driver for Chrome and Firefox (whatever is set in the env $BROWSER variable).
11
+
It is used using require() in node.
12
+
13
+
## run-tests ##
14
+
A bash shell script that helps travis-multirunner to download and install Chrome and Firefox browser from stable, beta and unstable channels.
15
+
4
16
## Development ##
5
-
Detailed information on developing in the [webrtc](https://github.com/webrtc) github repo can be found in the [WebRTC GitHub repo developer's guide](https://docs.google.com/document/d/1tn1t6LW2ffzGuYTK3366w1fhTkkzsSvHsBnOHoDfRzY/edit?pli=1#heading=h.e3366rrgmkdk).
17
+
Add new utilities under the src folder and add them to the main.js file in the project root with the appropriate module.export set.
18
+
19
+
Detailed information on developing in the [webrtc](https://github.com/webrtc) github repositories can be found in the [WebRTC GitHub repo developer's guide](https://docs.google.com/document/d/1tn1t6LW2ffzGuYTK3366w1fhTkkzsSvHsBnOHoDfRzY/edit?pli=1#heading=h.e3366rrgmkdk).
0 commit comments