Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 34a3b3a

Browse files
authoredFeb 13, 2020
test: add E2E regression tests against ipfs-webui (#2706)
License: MIT Signed-off-by: Marcin Rataj <lidel@lidel.org>
1 parent 60fe851 commit 34a3b3a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎.travis.yml

+5
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,11 @@ jobs:
117117
script:
118118
- npm run test:interop:electron-renderer -- --bail --timeout 10000
119119

120+
- stage: test
121+
name: external - ipfs-webui
122+
script:
123+
- E2E_IPFSD_TYPE=js npm run test:external -- ipfs-webui https://github.com/ipfs-shipyard/ipfs-webui.git
124+
120125
- stage: test
121126
name: external - ipfs-companion
122127
script:

0 commit comments

Comments
 (0)
This repository has been archived.