Client E2E tests first step
authorChocobozzz <me@florianbigard.com>
Wed, 16 May 2018 17:59:21 +0000 (19:59 +0200)
committerChocobozzz <me@florianbigard.com>
Thu, 17 May 2018 08:55:50 +0000 (10:55 +0200)
commit74af5a8361f4ccb460001706ce249d50c747f361
tree4e077f14a6c604799b15fdbea98a2d8c8bdc7576
parent6200d8d91710b03a72a27e35cbe6eed1e6cc8c62
Client E2E tests first step
19 files changed:
client/angular.json
client/e2e/protractor.conf.js [new file with mode: 0644]
client/e2e/src/app.e2e-spec.ts [new file with mode: 0644]
client/e2e/src/app.po.ts [new file with mode: 0644]
client/e2e/src/video-upload.e2e-spec.ts [new file with mode: 0644]
client/e2e/src/video-upload.po.ts [new file with mode: 0644]
client/e2e/src/video-watch.e2e-spec.ts [new file with mode: 0644]
client/e2e/src/video-watch.po.ts [new file with mode: 0644]
client/e2e/tsconfig.e2e.json [new file with mode: 0644]
client/package.json
client/src/app/app-routing.module.ts
client/src/environments/environment.e2e.ts [new file with mode: 0644]
client/src/environments/environment.hmr.ts [new file with mode: 0644]
client/src/environments/environment.ts
client/yarn.lock
package.json
scripts/e2e.sh [new file with mode: 0755]
scripts/watch/client.sh
server.ts