# protractor-timeline-plugin

> Gathers test timeline information and presents the output visually

Latest version **0.2.0** (published 2016-11-07) · MIT license · 0 weekly downloads

## Install

```sh
npm install protractor-timeline-plugin
pnpm add protractor-timeline-plugin
yarn add protractor-timeline-plugin
bun add protractor-timeline-plugin
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.2.0 |
| Published | 2016-11-07 |
| First published | 2015-11-08 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 18 |
| Author | Julie Julie Ralph |
| Maintainers | angularcore, sjelin |
| Keywords | angular, test, testing, webdriver, webdriverjs, selenium, protractor, protractor-plugin |

## Links

- npm: https://www.npmjs.com/package/protractor-timeline-plugin
- Repository: https://github.com/angular/protractor-timeline-plugin
- Issues: https://github.com/angular/protractor-timeline-plugin/issues
- npm.io page: https://npm.io/package/protractor-timeline-plugin

## Dependencies (2)

- [q](https://npm.io/package/q.md) ^1.4.1
- [saucelabs](https://npm.io/package/saucelabs.md) ^1.0.1

## Alternatives

- [duck](https://npm.io/package/duck.md) — 4.2M weekly downloads
- [ava](https://npm.io/package/ava.md) — 560.2K weekly downloads
- [storybook-addon-module-mock](https://npm.io/package/storybook-addon-module-mock.md) — 71.7K weekly downloads
- [vest](https://npm.io/package/vest.md) — 50.1K weekly downloads
- [@ethereum-waffle/mock-contract](https://npm.io/package/@ethereum-waffle/mock-contract.md) — 40.0K weekly downloads

## Recent versions

- 0.2.0 (latest) — 2016-11-07
- 0.1.4 — 2015-11-16
- 0.1.3 — 2015-11-16
- 0.1.2 — 2015-11-08
- 0.1.1 — 2015-11-08
- 0.1.0 — 2015-11-08

## README

Timeline Plugin
===============

This plugin gathers test timeline information from the protractor test process, the selenium
client logs (if available), and sauce labs (if available), and presents the output visually.
This improves understanding of where latency issues are in tests.

To enable the Timeline plugin, set it up in your config file:
```js
exports.config = {
  plugins: [{
    package: 'protractor-timeline-plugin',

    // Output json and html will go in this folder.
    outdir: 'timelines',

    // Set the name of the html file. Defaults to index.html.
    outputHtmlFileName: 'results.html'

    // Optional - if sauceUser and sauceKey are specified, logs from
    // SauceLabs will also be parsed after test invocation.
    sauceUser: 'Jane',
    sauceKey: 'abcdefg'
  }],
  // other configuration settings
};
```

---
_Source: https://npm.io/package/protractor-timeline-plugin · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
