]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - client/e2e/wdio.main.conf.ts
Migrate to webdriverio
authorChocobozzz <me@florianbigard.com>
Mon, 30 Aug 2021 14:24:25 +0000 (16:24 +0200)
committerChocobozzz <me@florianbigard.com>
Wed, 1 Sep 2021 13:06:46 +0000 (15:06 +0200)
commit3419e0e1fe8e48a08b63ca0ded31087f913eb2b6
tree63ac7190b79194e93aec9bbfd3c336e60f469e9d
parent2a4c9669d2d6ac6cd4ae43544698f826ae98080f
Migrate to webdriverio
25 files changed:
client/.eslintrc.json
client/.gitignore
client/angular.json
client/e2e/local-protractor.conf.js [deleted file]
client/e2e/protractor.conf.js [deleted file]
client/e2e/proxy.config.json [deleted file]
client/e2e/src/commands/upload.ts [new file with mode: 0644]
client/e2e/src/po/login.po.ts
client/e2e/src/po/my-account.ts
client/e2e/src/po/player.po.ts
client/e2e/src/po/video-update.po.ts
client/e2e/src/po/video-upload.po.ts
client/e2e/src/po/video-watch.po.ts
client/e2e/src/types/wdio.d.ts [new file with mode: 0644]
client/e2e/src/utils.ts
client/e2e/src/videos.e2e-spec.ts
client/e2e/tsconfig.json
client/e2e/wdio.browserstack.conf.ts [new file with mode: 0644]
client/e2e/wdio.local.conf.ts [new file with mode: 0644]
client/e2e/wdio.main.conf.ts [new file with mode: 0644]
client/package.json
client/yarn.lock
scripts/e2e/local.sh
server/controllers/api/videos/upload.ts
server/models/video/video-channel.ts