Skip to content

Commit

Permalink
Revert "added support for appium to test ios & android native apps"
Browse files Browse the repository at this point in the history
This reverts commit 34fb49b.

See issue ModusCreateOrg#2, until we have the Appium support fully baked this
will remain in the branch.
  • Loading branch information
obscurerichard committed Mar 18, 2016
1 parent 34fb49b commit 30b6dd1
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 58 deletions.
6 changes: 1 addition & 5 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,4 @@ gem 'selenium-webdriver'
gem 'syntax'
gem 'watir-webdriver'
gem 'watir-webdriver-performance'
gem 'page-object'
gem 'rspec-expectations'
gem 'appium_lib'
gem 'rest-client'
gem 'rspec'
gem 'page-object'
10 changes: 0 additions & 10 deletions features/reactnative.feature

This file was deleted.

12 changes: 0 additions & 12 deletions features/step_definitions/appium_steps.rb

This file was deleted.

19 changes: 0 additions & 19 deletions features/support/appium.rb

This file was deleted.

10 changes: 0 additions & 10 deletions features/support/appium.txt

This file was deleted.

1 change: 0 additions & 1 deletion features/support/env.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
require 'minitest/unit'
require 'watir-webdriver-performance'


if ENV['HEADLESS']
require 'headless'
headless = Headless.new
Expand Down
2 changes: 1 addition & 1 deletion features/support/hooks.rb
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def get_browser
end
end

After ('~@appium')do
After do
@browser.close
end

Expand Down

0 comments on commit 30b6dd1

Please sign in to comment.