Sha256: 8c96e7a74d0142bfd55c1e72000b3d069c0f548e0830013480f3ecfbf8f33208
Contents?: true
Size: 706 Bytes
Versions: 1
Compression:
Stored size: 706 Bytes
Contents
Feature: Global access of web applications Scenario: A HelloWorld app is provided globally and accessed through a proxy. Given a testbed with a "GlobalWebServer" application And a "NameService" application in it And a "HelloWorld" application in it And a "GlobalWebProxy" application in it And I create a "hello" instance on the "HelloWorld" http-application When the "hello" instance of "HelloWorld" is offered on the "GlobalWebServer" application And the "hello" instance of "HelloWorld" is globally mounted on "test.appswarm/my/path" And a client accesses "http://test.appswarm/my/path" through "GlobalWebProxy" Then the resulting html page contains "Hello World"
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
appswarm-0.0.1 | apps/hello_world/features/through_global.feature |