-
Notifications
You must be signed in to change notification settings - Fork 41
End to end Testing Guide
lhcramer edited this page Feb 1, 2018
·
1 revision
With E2ET we can test user-exposed functionality as experienced by the user. We can test for correct behavior by simulating a user's interaction with the browser.
Follow this guide to setup and run End-to-end Tests (E2ET).
This guide assumes you are using a Linux/Unix terminal and the following commands are available:
python
npm
For running our E2ET we use Protractor a powerful E2E Angular JS testing framework. To install protractor globally run:
npm install -g protractor
Beta Baseline and Testing
- How to request a feature
- How to create a spike
- How to report a bug
- How to request a design story
- How to create a milestone
- Developer Setup
- Guidelines for Submitting a Pull Request
- HTML Styleguide
- CSS Styleguide
- Javascript Styleguide
- Python Styleguide
- Testing Guide
Project Architecture