File tree Expand file tree Collapse file tree 3 files changed +19
-1
lines changed
Expand file tree Collapse file tree 3 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 11* .swp
22.DS_Store
3+ # Node rules:
4+ # # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
5+ .grunt
6+
7+ # # Dependency directory
8+ # # Commenting this out is preferred by some people, see
9+ # # https://npmjs.org/doc/faq.html#Should-I-check-my-node_modules-folder-into-git
10+ node_modules
11+
12+ # Book build output
313_book
14+
15+ # eBook build output
16+ * .epub
17+ * .mobi
18+ * .pdf
Original file line number Diff line number Diff line change 11# Summary
22
3+ * [ Introduction] ( README.md )
34* [ 移动 App 自动化测试简述] ( auto_intro/auto_intro.md )
45 * [ 移动 App 自动化测试的编年史] ( auto_intro/auto_intro_history.md )
56 * [ 移动 App 自动化测试的追求] ( auto_intro/auto_intro_pursue.md )
2627 * [ Apk 篇] ( use_appium/apk.md )
2728 * [ iOS 篇] ( use_appium/ios.md )
2829 * [ 混合应用篇] ( use_appium/hybird.md )
30+ * [ Appium Webdriver protocol] ( auto_intro/webdriver_protocal.md )
2931* [ Appium 原理篇] ( auto_intro/appium.md )
30- * [ Appium Webdriver protocol] ( auto_intro/webdriver_protocal.md )
3132 * [ Appium Android 原理] ( auto_intro/appium_android.md )
3233 * [ Appium iOS 原理] ( auto_intro/appium_ios.md )
3334* [ Appium 高阶篇] ( auto_intro/appium.md )
3435 * [ 移动自动化 Test Design] ( auto_intro/test_design )
3536 * [ Screen Object Pattern] ( auto_intro/screen_object_pattern )
37+
Original file line number Diff line number Diff line change 1+ {}
You can’t perform that action at this time.
0 commit comments