1.0.10 • Published 4 years ago

webrtc-utilities v1.0.10

Weekly downloads
154
License
BSD-3-Clause
Repository
github
Last release
4 years ago

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/selenium-lib.js contains all that is needed to build a selenium webdriver driver for Chrome and Firefox (whatever is set in the BROWSER and BVER variables).

node and commonjs

require('webrtc-utilities').seleniumLib

start-tests.sh

src/testrunner/start-tests.sh that helps travis-multirunner to download and install Chrome and Firefox browser from stable, beta and unstable channels. Also starts the tests using node.

This will be added to node_modules/.bin and can be called on in package.json file, e.g.

"scripts": {
    "test": "start-tests"
},

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.

1.0.10

4 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago

0.2.1

7 years ago

0.1.1

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago