This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
yarn run v1.12.3 | |
$ cross-env LOG_LEVEL=debug PERCY_TOKEN=9afc0b52ca8fa5de5abb46105d63ebac2ff6899b67d55e60c29907fb0b743d00 percy exec -- yarn e2e:ci --spec e2e/spec/logged-out.spec.ts | |
[[35mpercy[39m] created build #131: [34mhttps://percy.io/Attest/maker-fe/builds/1322927[39m | |
[[35mpercy[39m] -> assetDiscoveryService.puppeteer.launch durationMs=99 | |
[[35mpercy[39m] -> assetDiscoveryService.browser.newPage durationMs=50 | |
[[35mpercy[39m] percy has started. | |
$ cross-env NODE_PATH=e2e CYPRESS_MODE=ci node e2e/runner.js --spec e2e/spec/logged-out.spec.ts | |
{"time":"2019-01-14T17:35:12.828Z","trace_id":"7b77fc9a62f82599","span_id":"7b77fc9a62f82599","parent_id":"7b77fc9a62f82599","level":"INFO","message":"INFO: Server started on port: 8082"} | |
==================================================================================================== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
ARRAY=( | |
"org:repo" | |
"org:repo" | |
"org:repo" | |
) | |
touch combined.txt |
NewerOlder