|
|
|
@ -39,7 +39,7 @@ test:register:element-release: |
|
|
|
image: "buildkite/puppeteer:latest" |
|
|
|
image: "buildkite/puppeteer:latest" |
|
|
|
tags: ["docker"] |
|
|
|
tags: ["docker"] |
|
|
|
script: |
|
|
|
script: |
|
|
|
- "CONDUIT_CONFIG=tests/test-config.toml ./conduit-x86_64-unknown-linux-gnu > conduit.log &&" |
|
|
|
- "CONDUIT_CONFIG=tests/test-config.toml ./conduit-x86_64-unknown-linux-gnu > conduit.log &" |
|
|
|
- "cd tests/puppeteer/" |
|
|
|
- "cd tests/puppeteer/" |
|
|
|
- "npm install puppeteer" |
|
|
|
- "npm install puppeteer" |
|
|
|
- "node test-element-web.js" |
|
|
|
- "node test-element-web.js" |
|
|
|
|