screenshoter-report-analyzer

A beautiful angular based analytics tool to visually check and fix protractor tests results.

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
screenshoter-report-analyzer
0.6.06 years ago7 years agoMinified + gzip package size for screenshoter-report-analyzer in KB

Readme

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 TESTDEBUG as follow prior the execution of gulp
`export TEST_DEBUG=true`

To make a build

`gulp build`