Skip to content

e-hein/ng-spec-shot-reviewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ng spec shot reviewer

support reviewing results of protractor-image-comparison tests

usage variant a) global installation:

npm i -g ng-spec-shot-reviewer
cd <root-of-your-project-with-test-results>
ng e2e
ng-spec-shot-reviewer

usage variant b) local installation:

npm i --save-dev ng-spec-shot-reviewer

add a script to your package.json e.g.:

{
  (...)
  "scripts": {
    (...)
    "e2e": "ng e2e",
    "protractor": "protractor ./e2e/protractor.standalone.conf.js",
    "review": "ng-spec-shot-reviewer"
  }
  (...)
}

and run the script:

npm run review

finally:

open your browser at http://localhost:8090/spec-shot-reviewer/en

more description coming soon ...

screenshot

more description coming soon ...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published