Skip to content
forked from webrtc/utilities

Contains shared utilities, support tools and frameworks for the other WebRTC sub repositories.

Notifications You must be signed in to change notification settings

fippo/utilities

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

WebRTC utilities

Contains shared utilities, support tools and frameworks for the other WebRTC sub repositories.

Install using npm

npm install webrtc-utilities --save-dev

SeleniumLib

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). It is used using require() in node.

run-tests

A bash shell script that helps travis-multirunner to download and install Chrome and Firefox browser from stable, beta and unstable channels.

Development

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.

Detailed information on developing in the webrtc github repositories can be found in the WebRTC GitHub repo developer's guide.

About

Contains shared utilities, support tools and frameworks for the other WebRTC sub repositories.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 91.5%
  • Shell 5.2%
  • HTML 3.3%