Skip to content

Instantly share code, notes, and snippets.

View blake-newman's full-sized avatar

Blake Newman blake-newman

View GitHub Profile
@blake-newman
blake-newman / test.sh
Created January 14, 2019 17:39
Command output
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
[percy] created build #131: https://percy.io/Attest/maker-fe/builds/1322927
[percy] -> assetDiscoveryService.puppeteer.launch durationMs=99
[percy] -> assetDiscoveryService.browser.newPage durationMs=50
[percy] 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"}
====================================================================================================
@blake-newman
blake-newman / gource.bash
Last active August 31, 2017 17:46
Create a gource.io of multiple repos
#!/bin/bash
ARRAY=(
"org:repo"
"org:repo"
"org:repo"
)
touch combined.txt