Sha256: bd7032896ca32a5d9758c5e1d0327196be5b4d0b3a334b647acca9ac51ca20f5
Contents?: true
Size: 703 Bytes
Versions: 8
Compression:
Stored size: 703 Bytes
Contents
!2 Identify if the Slim Server process dies during startup If a slim server process dies before a connection has been established this should be identified quickly and the test aborted. We use a test runner class which doesn't exists. This ensures the slim server dies. !| script | | create page | TestPage | with content | !- !define TEST_SYSTEM {SLIM} !define slim.timeout {1} !define TEST_RUNNER {something.that.does.not.exists} -! | | check | request page | TestPage?test | 200 | | ensure | content contains | TEST_SYSTEM=SLIM| | check | request page | TestPage?executionLog| 200 | |ensure |content contains |Error SLiM server died before a connection could be established.| | #show | content |
Version data entries
8 entries across 8 versions & 1 rubygems