Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

test: E2E tests against ipfs-webui HEAD #2706

Merged
merged 1 commit into from
Feb 13, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,11 @@ jobs:
script:
- npm run test:interop:electron-renderer -- --bail --timeout 10000

- stage: test
name: external - ipfs-webui
script:
- E2E_IPFSD_TYPE=js npm run test:external -- ipfs-webui https://github.com/ipfs-shipyard/ipfs-webui.git

- stage: test
name: external - ipfs-companion
script:
Expand Down