]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - scripts/e2e/index.sh
Add videos e2e tests
authorChocobozzz <me@florianbigard.com>
Thu, 17 May 2018 08:55:01 +0000 (10:55 +0200)
committerChocobozzz <me@florianbigard.com>
Thu, 17 May 2018 13:20:21 +0000 (15:20 +0200)
commit5f92c4dc5f08094548be9d23080dd3ca75741c65
treea5fd5e2e7f46b28817733afc3cd1a3afcdab0c3a
parent74af5a8361f4ccb460001706ce249d50c747f361
Add videos e2e tests
16 files changed:
README.md
client/e2e/fixtures/video.mp4 [new file with mode: 0644]
client/e2e/protractor.conf.js
client/e2e/src/app.e2e-spec.ts
client/e2e/src/po/app.po.ts [moved from client/e2e/src/app.po.ts with 100% similarity]
client/e2e/src/po/login.po.ts [new file with mode: 0644]
client/e2e/src/po/video-upload.po.ts [new file with mode: 0644]
client/e2e/src/po/video-watch.po.ts [new file with mode: 0644]
client/e2e/src/video-upload.e2e-spec.ts [deleted file]
client/e2e/src/video-upload.po.ts [deleted file]
client/e2e/src/video-watch.e2e-spec.ts [deleted file]
client/e2e/src/video-watch.po.ts [deleted file]
client/e2e/src/videos.e2e-spec.ts [new file with mode: 0644]
client/package.json
client/src/app/shared/video/video-miniature.component.html
scripts/e2e.sh