0.6.0 • Published 6 years ago

screenshoter-report-analyzer v0.6.0

Weekly downloads
7,655
License
MIT
Repository
github
Last release
6 years ago

npm npm

npm npm Semver

Dependency Status devDependency Status

Build Status Coverage Status

screenshoter-report-analyzer

A tiny beautiful angular based analytics tool to visually represents protractor tests results from https://github.com/azachar/protractor-screenshoter-plugin

Screenshots

Reporter Controls

Screenshoter reporter controlls

Expanded Spec

Screenshoter reporter spec

Console log management

Screenshoter reporter console

Stacktrace filtering

Screenshoter reporter console

Instead of

Screenshoter reporter console

Development

To run the app

gulp serve

It comes autimatically with seed data located in e2e/seed

To launch tests

gulp test (Unit tests)

gulp protractor (E2E tests)

To pause protractor at the place of e2e test failure, set the environmental variable TEST_DEBUG as follow prior the execution of gulp

export TEST_DEBUG=true

To make a build

gulp build