HtmlFixture | ||
http://first | thePage | |
Run Command | exit 0 |
HtmlFixture | ||
http://first loaded time: 0 milliseconds | thePage |
|
Run Command | exit 0 zero exit status for exit 0 STDERR: STDOUT: |
HtmlFixture | ||
http://first | thePage | |
Run Command | exit 1 |
HtmlFixture | ||
http://first loaded time: 0 milliseconds | thePage |
|
Run Command | exit 1 non-zero exit status for exit 1 : 1 STDERR: STDOUT: |
HtmlFixture | ||
http://first | thePage | |
Fail | Run Command | exit 1 |
HtmlFixture | ||
http://first loaded time: 0 milliseconds | thePage |
|
Fail | Run Command | exit 1 non-zero exit status for exit 1 : 1 STDERR: STDOUT: |
HtmlFixture | ||
http://first | thePage | |
Fail | Run Command | exit 0 |
HtmlFixture | ||
http://first loaded time: 0 milliseconds | thePage |
|
Fail | Run Command | exit 0 zero exit status for exit 0 STDERR: STDOUT: |
HtmlFixture | ||
http://first | thePage | |
Run Command | echo "hello" $pipe$ grep "lo" |
HtmlFixture | ||
http://first loaded time: 0 milliseconds | thePage |
|
Run Command | echo "hello" $pipe$ grep "lo" zero exit status for echo "hello" | grep "lo" STDERR: STDOUT: hello |