forked from codeceptjs/CodeceptJS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
31 lines (31 loc) · 1022 Bytes
/
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
site_name: CodeceptJS
theme_dir: layout
repo_url: https://github.com/codeception/codeceptjs/
pages:
- Index: 'index.md'
- Quickstart: 'quickstart.md'
- Guides:
- 'Installation': 'installation.md'
- 'Basics': 'basics.md'
- 'Acceptance Testing': 'acceptance.md'
- 'AngularJS Testing': 'angular.md'
- 'Nightmare Testing': 'nightmare.md'
- 'Helpers': 'helpers.md'
- 'Page Objects': 'pageobjects.md'
- 'Hooks': 'hooks.md'
- 'Advanced Usage': 'advanced.md'
- Helpers:
- 'WebDriverIO': 'helpers/WebDriverIO.md'
- 'Protractor': 'helpers/Protractor.md'
- 'SeleniumWebdriver': 'helpers/SeleniumWebdriver.md'
- 'Nightmare': 'helpers/Nightmare.md'
- 'FileSystem': 'helpers/FileSystem.md'
- Reference:
- 'Commands': 'commands.md'
- 'Configuration': 'configuration.md'
- 'Reports': 'reports.md'
- 'Translation': 'translation.md'
- 'Docker': 'docker.md'
- Releases: 'changelog.md'
copyright: Created by CodeceptJS Team
google_analytics: ['UA-30075781-3','auto']