-
Notifications
You must be signed in to change notification settings - Fork 30
/
mkdocs.yml
79 lines (74 loc) · 2.26 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
site_name: Proper Android UI Testing
repo_url: https://github.com/android-ui-testing/Cookbook
repo_name: Cookbook
edit_uri: tree/main/docs/content
docs_dir: 'docs/content'
remote_branch: gh-pages
language: en
theme:
name: 'material'
icon:
logo: fontawesome/brands/android
palette:
- scheme: default
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- scheme: slate
primary: black
toggle:
icon: material/toggle-switch
name: Switch to light mode
features:
- navigation.tabs
- content.code.annotate
extra:
analytics:
provider: google
property: UA-211238769-1
homepage: https://android-ui-testing.github.io/Cookbook/home/
social:
- icon: fontawesome/brands/github
link: https://github.com/android-ui-testing/Cookbook
name: Repository
nav:
- Home:
- home/index.md
- home/roadmap.md
- home/contribution.md
- Basics:
- Testing theory: basics/testing_theory.md
- Instrumented testing: basics/instrumented_testing_basics.md
- UI testing: basics/ui_testing.md
- Screenshot testing: basics/screenshot_testing.md
- Ui testing or Screenshot testing?: basics/ui_tests_vs_snapshot_tests.md
- Practices:
- State clearing: practices/state_clearing.md
- Test runners: practices/test_runners_review.md
- Emulator vs real device: practices/emulator_vs_real_device.md
- Emulator setup: practices/emulator_setup.md
- Network: practices/network.md
- Flakiness: practices/flakiness.md
- Page object: practices/page_object.md
- Sharing ui components among tests: practices/shared_test_components.md
- Testing obfuscated build: practices/obfuscated_build.md
- Adoption:
#- Where to begin: adoption/where_to_begin.md
- Companies experience: adoption/companies_experience.md
markdown_extensions:
- def_list
- attr_list
- admonition
- pymdownx.details
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.superfences
- pymdownx.snippets
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg