From 63122a8fa6e7c88178c410000bed7066250cb780 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mesut=20G=C3=BCne=C5=9F?= Date: Tue, 23 Oct 2018 13:04:53 +0300 Subject: [PATCH] [mesut] reports folder --- features/002_register.feature | 6 +++--- reports/.DS_Store | Bin 0 -> 6148 bytes reports/android/initial.text | 0 reports/initial.text | 0 reports/ios/initial.text | 0 run.rb | 2 -- 6 files changed, 3 insertions(+), 5 deletions(-) create mode 100644 reports/.DS_Store create mode 100644 reports/android/initial.text create mode 100644 reports/initial.text create mode 100644 reports/ios/initial.text diff --git a/features/002_register.feature b/features/002_register.feature index 5ffccac..e0d29eb 100644 --- a/features/002_register.feature +++ b/features/002_register.feature @@ -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" diff --git a/reports/.DS_Store b/reports/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..43a1384bc3c49dd72da9c8bf0548fdc15c74d83a GIT binary patch literal 6148 zcmeHKJ5EC}5S%5Eh?FKJrLVvZtSC7_E)c?NkRqN0qJI_V;%Ll%3Ze&HC_uB)dhGR% zEl=_GEdblT4fntXz>4mOcOT~F`|dNlsfZEjJY&QYhT-+`d>Uuj-v^v~iw8Voz{^+u zc=j!s6p#W^Knh3!DR5;4s=%(+S3XzANdYPF_Z9H(L!&$P!YMI69UP(sATAjW<2-r^ zV)Fp87fy+c&@8FMq*}EYmUPBj<@LfTG3l^sKCEuG>QF3h=lLztVLef!6p#X!3M_KD z@%q1~|Iq(mlC+WnQs7@HV9VWMx8;+nw$2{swYJfZbkF&qyKx>A4pEMYQI5Ira(ov_ bnb&;I{a!dF2A%Ps6ZJFTy2zx!Z!7Q#M6?xr literal 0 HcmV?d00001 diff --git a/reports/android/initial.text b/reports/android/initial.text new file mode 100644 index 0000000..e69de29 diff --git a/reports/initial.text b/reports/initial.text new file mode 100644 index 0000000..e69de29 diff --git a/reports/ios/initial.text b/reports/ios/initial.text new file mode 100644 index 0000000..e69de29 diff --git a/run.rb b/run.rb index 55e24c8..bcc91c8 100755 --- a/run.rb +++ b/run.rb @@ -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(' ')}")