Created
April 19, 2011 14:20
-
-
Save pyykkis/927996 to your computer and use it in GitHub Desktop.
Failing cucumber scenario
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Scenario: Sending REST import first with user defined test environment and then without | |
Given I have sent a request with optional parameter "environment_txt" with value "Emulator" via the REST API | |
When the client sends file "sim.xml" via the REST API | |
Then the REST result "ok" is "1" | |
And I should be able to view the latest created report | |
Then I should see "Hardware: N900" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment