forked from codeceptjs/CodeceptJS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
41 lines (41 loc) · 1.35 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
site_name: CodeceptJS
theme_dir: layout
repo_url: https://github.com/codeception/codeceptjs/
pages:
- Index: 'index.md'
- Quickstart: 'quickstart.md'
- Video: 'video.md'
- Guides:
- 'Basics': 'basics.md'
- 'Acceptance Testing': 'acceptance.md'
- 'Page Objects': 'pageobjects.md'
- 'Puppeteer Testing': 'puppeteer.md'
- 'Nightmare Testing': 'nightmare.md'
- 'Protractor Testing': 'angular.md'
- 'Mobile Testing': 'mobile.md'
- 'Helpers': 'helpers.md'
- 'Data Management': 'data.md'
- 'Behavior Driven Development': 'bdd.md'
- 'Advanced Usage': 'advanced.md'
- 'Plugins & Hooks': 'hooks.md'
- Helpers:
- 'WebDriverIO': 'helpers/WebDriverIO.md'
- 'Protractor': 'helpers/Protractor.md'
- 'Puppeteer': 'helpers/Puppeteer.md'
- 'Nightmare': 'helpers/Nightmare.md'
- 'Appium': 'helpers/Appium.md'
- 'REST': 'helpers/REST.md'
- 'ApiDataFactory': 'helpers/ApiDataFactory.md'
- 'FileSystem': 'helpers/FileSystem.md'
- Reference:
- 'Installation': 'installation.md'
- 'Commands': 'commands.md'
- 'Locators': 'locators.md'
- 'Reports': 'reports.md'
- 'Configuration': 'configuration.md'
- 'Plugins': 'plugins.md'
- 'Translation': 'translation.md'
- 'Docker': 'docker.md'
- Releases: 'changelog.md'
copyright: Created by CodeceptJS Team
google_analytics: ['UA-30075781-3','auto']