Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

write integration tests against playground UI #162

Open
dominik-cnx opened this issue Aug 29, 2017 · 0 comments
Open

write integration tests against playground UI #162

dominik-cnx opened this issue Aug 29, 2017 · 0 comments

Comments

@dominik-cnx
Copy link
Collaborator

We now provide a test page for the newly added hook-js module and it would be good to have a set of tests against this page (Selenium / Cuke or similar).

I actually think that the module doesn't fully work yet within the playground, we seem to have a mismatch regarding this URL here

ef8fe4a

eventBusHandler = new EventBusHandler(vertx, SERVER_ROOT + "/event/v1/", SERVER_ROOT + "/event/v1/sock/", "event-", "channels/([^/]+).");

-> should it be

final EventBusHandler eventBusHandler =
new EventBusHandler(vertx, SERVER_ROOT+"/event/v1/",
SERVER_ROOT+"/event/v1/sock", "event/", "(channels/[^/]+).*");

?

roggerj pushed a commit to roggerj/gateleen that referenced this issue Sep 5, 2017
roggerj pushed a commit to roggerj/gateleen that referenced this issue Sep 6, 2017
roggerj pushed a commit to roggerj/gateleen that referenced this issue Sep 6, 2017
roggerj pushed a commit to roggerj/gateleen that referenced this issue Sep 6, 2017
roggerj pushed a commit to roggerj/gateleen that referenced this issue Sep 6, 2017
roggerj pushed a commit to roggerj/gateleen that referenced this issue Sep 6, 2017
roggerj pushed a commit to roggerj/gateleen that referenced this issue Sep 6, 2017
roggerj pushed a commit to roggerj/gateleen that referenced this issue Sep 6, 2017
roggerj pushed a commit to roggerj/gateleen that referenced this issue Sep 6, 2017
roggerj pushed a commit to roggerj/gateleen that referenced this issue Sep 6, 2017
roggerj pushed a commit to roggerj/gateleen that referenced this issue Sep 6, 2017
roggerj pushed a commit to roggerj/gateleen that referenced this issue Sep 6, 2017
roggerj pushed a commit to roggerj/gateleen that referenced this issue Sep 6, 2017
roggerj pushed a commit to roggerj/gateleen that referenced this issue Sep 6, 2017
roggerj pushed a commit to roggerj/gateleen that referenced this issue Sep 6, 2017
roggerj pushed a commit to roggerj/gateleen that referenced this issue Sep 6, 2017
roggerj pushed a commit to roggerj/gateleen that referenced this issue Sep 6, 2017
roggerj pushed a commit to roggerj/gateleen that referenced this issue Sep 6, 2017
roggerj pushed a commit to roggerj/gateleen that referenced this issue Sep 6, 2017
roggerj pushed a commit to roggerj/gateleen that referenced this issue Sep 6, 2017
roggerj pushed a commit to roggerj/gateleen that referenced this issue Sep 6, 2017
roggerj pushed a commit to roggerj/gateleen that referenced this issue Sep 6, 2017
roggerj pushed a commit to roggerj/gateleen that referenced this issue Sep 6, 2017
roggerj pushed a commit to roggerj/gateleen that referenced this issue Sep 6, 2017
roggerj pushed a commit to roggerj/gateleen that referenced this issue Sep 6, 2017
roggerj pushed a commit to roggerj/gateleen that referenced this issue Sep 6, 2017
roggerj pushed a commit to roggerj/gateleen that referenced this issue Sep 6, 2017
roggerj pushed a commit to roggerj/gateleen that referenced this issue Sep 6, 2017
roggerj pushed a commit to roggerj/gateleen that referenced this issue Sep 6, 2017
roggerj pushed a commit to roggerj/gateleen that referenced this issue Sep 6, 2017
roggerj pushed a commit to roggerj/gateleen that referenced this issue Sep 6, 2017
roggerj pushed a commit to roggerj/gateleen that referenced this issue Sep 6, 2017
roggerj pushed a commit to roggerj/gateleen that referenced this issue Sep 6, 2017
roggerj pushed a commit to roggerj/gateleen that referenced this issue Sep 7, 2017
roggerj pushed a commit to roggerj/gateleen that referenced this issue Sep 7, 2017
roggerj pushed a commit to roggerj/gateleen that referenced this issue Sep 7, 2017
roggerj pushed a commit to roggerj/gateleen that referenced this issue Sep 7, 2017
roggerj pushed a commit to roggerj/gateleen that referenced this issue Sep 7, 2017
roggerj pushed a commit to roggerj/gateleen that referenced this issue Sep 7, 2017
roggerj pushed a commit to roggerj/gateleen that referenced this issue Sep 7, 2017
roggerj pushed a commit to roggerj/gateleen that referenced this issue Sep 7, 2017
roggerj pushed a commit to roggerj/gateleen that referenced this issue Sep 8, 2017
roggerj pushed a commit to roggerj/gateleen that referenced this issue Sep 8, 2017
roggerj pushed a commit to roggerj/gateleen that referenced this issue Sep 8, 2017
roggerj pushed a commit to roggerj/gateleen that referenced this issue Sep 8, 2017
roggerj pushed a commit to roggerj/gateleen that referenced this issue Sep 8, 2017
roggerj pushed a commit to roggerj/gateleen that referenced this issue Sep 8, 2017
roggerj pushed a commit to roggerj/gateleen that referenced this issue Sep 8, 2017
roggerj pushed a commit to roggerj/gateleen that referenced this issue Sep 11, 2017
roggerj pushed a commit to roggerj/gateleen that referenced this issue Sep 11, 2017
roggerj pushed a commit to roggerj/gateleen that referenced this issue Sep 11, 2017
…ps, stabilized integration tests, shortened sleep time
roggerj pushed a commit to roggerj/gateleen that referenced this issue Sep 11, 2017
roggerj pushed a commit to roggerj/gateleen that referenced this issue Sep 11, 2017
roggerj pushed a commit to roggerj/gateleen that referenced this issue Sep 12, 2017
roggerj pushed a commit to roggerj/gateleen that referenced this issue Sep 12, 2017
roggerj added a commit to roggerj/gateleen that referenced this issue Sep 13, 2017
swisspost#162 (and some more):
- implemented cucumber / selenium integration tests for hook-js (with old version of chrome, as newer ones don't work in travis' "precise" environment)
- fixed url in playground server for hook-js
- stabilized some other integration tests
- minor code fixes
lbovet added a commit that referenced this issue Sep 19, 2017
#162 integration tests for gateleen hook js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants