Skip to content

Conversation

@kborchers
Copy link
Member

No description provided.

@kborchers kborchers force-pushed the appium-graduate branch 5 times, most recently from af780d8 to 8318d29 Compare August 23, 2017 21:45
Copy link

@yichoi yichoi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Member

@agcolom agcolom left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like all single appostrophes have disappeared and are missing (from my screen anyway), so I just pointed out where these were missing

# Project description

Appium is an open-source tool for automating native, mobile web, and hybrid applications on iOS and Android platforms. Written in Node.js, Appium is an implementation of the standard WebDriver protocol, allowing client access from any programming language (not just JS). Appium also allows cross-platform automation: it allows you to write tests against multiple platforms (iOS, Android, Windows), using the same API. This enables code reuse between iOS, Android, and Windows testsuites. Appiums vision is to expand itself as an umbrella protocol for even more kinds of automation, from desktop apps to IoT devices to VR experiences.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Appiums vision should be Appium's vision?


# Project history

Appium has been around in one form or another since 2012. Its been under the direction of various individuals and organizations, and its even been implemented in 3 different programming languages! The full story is at [http://appium.io/history.html](http://appium.io/history.html)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Its been -> It's been
its even been -> it's even been


Appium was designed to meet mobile automation needs according to a philosophy outlined by the following four tenets:

1. You shouldnt have to recompile your app or modify it in any way in order to automate it.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You shouldnt -> You shouldn't

Appium was designed to meet mobile automation needs according to a philosophy outlined by the following four tenets:

1. You shouldnt have to recompile your app or modify it in any way in order to automate it.
2. You shouldnt be locked into a specific language or framework to write and run your tests.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You shouldnt -> You shouldn't


1. You shouldnt have to recompile your app or modify it in any way in order to automate it.
2. You shouldnt be locked into a specific language or framework to write and run your tests.
3. A mobile automation framework shouldnt reinvent the wheel when it comes to automation APIs.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shouldnt -> shouldn't

3. A mobile automation framework shouldnt reinvent the wheel when it comes to automation APIs.
4. A mobile automation framework should be open source, in spirit and practice as well as in name!

Appium is now a tight federation of drivers which enable automation via the WebDriver protocol for specific platforms. Appiums vision is for this federation to grow, extending the scope of the original Selenium project far beyond the edge of the browser.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Appiums vision -> Appium's vision

@kborchers
Copy link
Member Author

Updated. Thanks @agcolom!

@dmethvin dmethvin self-requested a review August 28, 2017 20:46
Copy link
Contributor

@dmethvin dmethvin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@dmethvin dmethvin closed this in 7c1ad3e Aug 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants