freedomjs / freedom-pgp-e2e

Wrapping up end-to-end code and provide in freedom custom API.
34 stars 6 forks source link

Write freedom pgp integration tests #6

Closed ryscheng closed 9 years ago

ryscheng commented 10 years ago

This should probably live in the freedom.js repo and linked

agallant commented 9 years ago

In progress: https://github.com/freedomjs/freedom-pgp-e2e/tree/soycode-pgpintegration

However, the way I'm doing it tries to run things on node, which seems to be failing (probably at a deep e2e-compiled-js level). It's also currently just living in this repo rather than freedom.js, but that's a point to resolve later.

Anyway, the idea is to run the same demo app and just intercept the messages and make sure they're the expected/good ones. But since the demo app fails on Firefox and evidently Node, I think I'll look into that and possibly chat with the endtoend people. Will update as appropriate.

agallant commented 9 years ago

Blocked on https://github.com/freedomjs/freedom-pgp-e2e/issues/19 for the time being.

agallant commented 9 years ago

Tests are written and run in node, will add firefox/chrome automated running as we figure out how we want to do that more generally (for now "grunt demo" will fire up the demo app in whatever browser you wish).