Skip to content

Instantly share code, notes, and snippets.

View Mydreamland's full-sized avatar

Magica Mydreamland

  • China
View GitHub Profile
@Mydreamland
Mydreamland / README.md
Created February 20, 2019 07:04 — forked from axemclion/README.md
Angular E2E Tests (Protractor) - Performance Measurement

Protractor and Performance Test

Protractor is the end to end test case runner for AngularJS. These end to end test cases can be repurposed to record performance metrics when the scenario is being run. This is a sample repository with an example of how this can be done.

Usage

Step 0 - Setup

Install all dependencies using npm install

Step 1 - Prepare configuration