Skip to content

Commit d438736

Browse files
committed
fix README.md
1 parent 99ba895 commit d438736

File tree

4 files changed

+502
-6
lines changed

4 files changed

+502
-6
lines changed

README.md

+14-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
11
# Cookbook
22

3-
Open-source documentation about Android UI testing
3+
![alt text](docs/content/images/home_header.svg "Header")
4+
An open-source documentation about Android UI testing:
5+
https://android-ui-testing.github.io/Cookbook/home/
46

5-
Work in progress
67

7-
https://android-ui-testing.github.io/Cookbook/home/
8+
### Roadmap
9+
1. Adoption: Where it all starts
10+
2. Practices: Code style
11+
3. Practices: Run UI tests on obfuscated build
12+
4. Practices: Shared UI tests guide
13+
14+
15+
### Authors
16+
[Alexey Bykov](https://github.com/nonews) <br>
17+
[Dmitriy Movchan](https://github.com/v1sar) <br>
18+
[Sergio Sastre](https://github.com/sergio-sastre) <br>

docs/content/home/index.md

+15-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,23 @@
11
# Home
2-
2+
![alt text](../images/home_header.svg "Header")
33
Despite the annual improvement of tools — everything related to Android instrumented testing still can be challenging and requires a lot of attention from engineers.
44

55
The goal of this blog is to make the process of introducing instrumented testing into your team smoother and avoid repeating our mistakes.
66

7-
Here you will find useful practices, case and the experience of other companies.
7+
**You know nothing about UI & Screenshot Testing and doing your first steps?**
8+
<br>Chapter [Basics](https://android-ui-testing.github.io/Cookbook/basics/testing_theory/) will help you
9+
10+
**You are in a process of adoption of UI & Screenshot Testing?**
11+
<br>Chapter [Practices](https://android-ui-testing.github.io/Cookbook/practices/state_clearing/) will answer on the most of questions you probably have
12+
13+
**Want to adopt UI & Screenshot testing, but don't know where to start from?**
14+
<br>Chapter [Adoption](https://android-ui-testing.github.io/Cookbook/adoption/companies_experience/) will be helpful
15+
16+
**Want to say thank you?**
17+
<br>Star [this repository on the Github](https://github.com/android-ui-testing/Cookbook/)
18+
19+
20+
821

922

1023

docs/content/images/home_header.svg

+472
Loading

docs/content/practices/test_runners_review.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ Engineers from Avito are ready to help with adoption. You can contact to [Dmitri
133133
➕ Stand-alone or Gradle plugin<br>
134134
➕ Huge variety for choosing devices _(Emulators/Real devices)_<br>
135135
➕ Good test report <br>
136-
➕ Additional gradle plugin: [Fladle] (https://github.com/runningcode/fladle)<br>
136+
➕ Additional gradle plugin: [Fladle](https://github.com/runningcode/fladle)<br>
137137

138138
➖ Paid service<br>
139139

0 commit comments

Comments
 (0)