douglasjarquin / e2e-testing-0-100

Code Examples for e2e Testing presentation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

e2e-testing-0-100

Code Examples for e2e Testing presentation

Overview

This repo is the supporting code for my "e2e Testing: 0-100 with Protractor" presentation. In its current form it serves as an example of how to test non-angular sites with protractor.

Getting Started

After cloning the repo, here's how you get setup to execute protractor:

$ npm install
$ webdriver-manager update
$ webdriver-manager start
$ npm test

Note: webdriver-manager start runs a foreground process, so you'll have to execute protractor in another window.

References

About

Code Examples for e2e Testing presentation

License:MIT License


Languages

Language:JavaScript 75.6%Language:Gherkin 24.4%