diff options
author | alfonsomthd <almartin@redhat.com> | 2019-03-27 15:21:11 +0100 |
---|---|---|
committer | alfonsomthd <almartin@redhat.com> | 2019-03-27 15:21:11 +0100 |
commit | e456508619dd3408e77cbac658b662c855162bc3 (patch) | |
tree | f380272fdaa82f8f72577ce6c4f52039c1779c7c /.gitignore | |
parent | Merge pull request #27150 from tchaikov/wip-ceph.spec.in/immutable-object-cache (diff) | |
download | ceph-e456508619dd3408e77cbac658b662c855162bc3.tar.xz ceph-e456508619dd3408e77cbac658b662c855162bc3.zip |
mgr/dashboard: Add protractor-screenshoter-plugin
A plugin to save screenshots on E2E tests failures as well as
console logs, raw HTML, ...
All info visualized in an HTML report (screenshots are clickable to see full image).
Useful for debugging/fixing E2E tests.
Signed-off-by: Alfonso MartÃnez <almartin@redhat.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 2c2afc282ed..4f84b900254 100644 --- a/.gitignore +++ b/.gitignore @@ -67,5 +67,6 @@ GTAGS .idea # dashboard +/src/pybind/mgr/dashboard/frontend/.protractor-report /src/pybind/mgr/dashboard/frontend/src/environments/environment.ts /src/pybind/mgr/dashboard/frontend/src/environments/environment.prod.ts |