percy / percy-cli-ruby

[Deprecated] Command-line interface for Percy.
https://percy.io/docs/clients/ruby/cli
MIT License
19 stars 11 forks source link

Percy forever waiting on snapshot to be uploaded #2

Closed MondeSameWave closed 8 years ago

MondeSameWave commented 8 years ago

Building a ember 2.5 app. Testing with travis with parallel test suits. I've configured pretender to let percy through this.post('/_percy/:path', this.passthrough); and added the environment variable PERCY_PARALLEL_TOTAL=2 in travis.

I've only added one snapshot to a test. All tests pass on travis but percy is hanging. The "Waiting for snapshot uploads... " message is displayed.

fotinakis commented 8 years ago

If you run your tests locally with ember test --server do you see any console error messages?

MondeSameWave commented 8 years ago

@fotinakis This is not the correct repo to report my issue. moving it to https://github.com/percy/ember-percy/issues/5