Skip to content

Commit 4c82690

Browse files
committed
fix all remarks
1 parent e2577e9 commit 4c82690

File tree

3 files changed

+19
-6
lines changed

3 files changed

+19
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
# Cookbook
2+
23
An open-source documentation about Android UI testing:
34
<br>https://android-ui-testing.github.io/Cookbook/home/
45

5-
66
### Roadmap
7-
1. Adoption: Where it all starts
8-
2. Practices: Code style
9-
3. Practices: Run UI tests on obfuscated build
10-
4. Practices: Shared UI tests guide
11-
5. Practices: Test reports
7+
https://android-ui-testing.github.io/Cookbook/home/roadmap/
128

9+
### Contribution
10+
https://android-ui-testing.github.io/Cookbook/home/contribution/
1311

1412
### Authors
13+
1514
[Alexey Bykov](https://github.com/nonews) <br>
1615
[Dmitriy Movchan](https://github.com/v1sar) <br>
1716
[Sergio Sastre](https://github.com/sergio-sastre) <br>

docs/content/home/roadmap.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Roadmap
2+
3+
### Adoption
4+
5+
* Where it all starts
6+
7+
### Practises
8+
9+
* Code style
10+
* Run UI tests on obfuscated build
11+
* Shared UI tests guide
12+
* Test reports
13+

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ extra:
3838
nav:
3939
- Home:
4040
- home/index.md
41+
- home/roadmap.md
4142
- home/contribution.md
4243
- Basics:
4344
- Testing theory: basics/testing_theory.md

0 commit comments

Comments
 (0)