generator-protractor-ruru

Generates a Protractor project with all the stuff we like and/or think is useful

Usage no npm install needed!

<script type="module">
  import generatorProtractorRuru from 'https://cdn.skypack.dev/generator-protractor-ruru';
</script>

README

generator-protractor-ruru

Yeoman Generator.

Generates a Protractor project with the stuff we like and/or think is useful.

Grunt Protractor runner with installer, HTML report and XML report that actually work with file sharding and multi-capabilities, File contents matcher, More to be added.

Pre requisite

Install Yeoman:

npm install -g yo

Usage

Install this generator:

npm install -g generator-protractor-ruru

Create a directory where you want to generate your protractor project, cd into it and then:

yo protractor-ruru

Read the generated README file for further instructions.