-
Notifications
You must be signed in to change notification settings - Fork 21
Appium graduation submission #23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
af780d8 to
8318d29
Compare
yichoi
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
agcolom
left a comment
There was a problem hiding this 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. | ||
|
|
There was a problem hiding this comment.
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?
Projects/Appium.md
Outdated
|
|
||
| # 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) |
There was a problem hiding this comment.
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
Projects/Appium.md
Outdated
|
|
||
| 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. |
There was a problem hiding this comment.
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
Projects/Appium.md
Outdated
| 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. |
There was a problem hiding this comment.
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
Projects/Appium.md
Outdated
|
|
||
| 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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shouldnt -> shouldn't
Projects/Appium.md
Outdated
| 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. |
There was a problem hiding this comment.
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
8318d29 to
d174dc6
Compare
|
Updated. Thanks @agcolom! |
dmethvin
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
No description provided.