Skip to content

Commit

Permalink
[mesut] reports folder
Browse files Browse the repository at this point in the history
  • Loading branch information
gunesmes committed Oct 23, 2018
1 parent 2cdef79 commit 63122a8
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 5 deletions.
6 changes: 3 additions & 3 deletions features/002_register.feature
Expand Up @@ -17,15 +17,15 @@ Feature: Register
# | John | Doe | xjohndoe@gmail.com | Pass1234 | Fail |
# | John | Doe | NewEmail | Pass1234 | Success |

Scenario: Fail login
Scenario: Register Failed - email format
When I enter "John" "Doe" "xjohndoe" and "Pass1234" for registration
Then I should see the "Fail"

Scenario: Fail login
Scenario: Register Failed - already member
When I enter "John" "Doe" "xjohndoe@gmail.com" and "Pass1234" for registration
Then I should see the "Fail"

Scenario: Success login
Scenario: Register Success
When I enter "John" "Doe" "NewEmail" and "Pass1234" for registration
Then I should see the "Success"

Binary file added reports/.DS_Store
Binary file not shown.
Empty file added reports/android/initial.text
Empty file.
Empty file added reports/initial.text
Empty file.
Empty file added reports/ios/initial.text
Empty file.
2 changes: 0 additions & 2 deletions run.rb
Expand Up @@ -17,8 +17,6 @@
exit(false)
end

# remove images
# exec("rm *.png 2>/dev/null")

if target == 'android'
exec("export APP=prebuilt/omgshop.apk && bundle exec calabash-android run $APP -p android #{ARGV.join(' ')}")
Expand Down

0 comments on commit 63122a8

Please sign in to comment.