Skip to content

Commit 1248d65

Browse files
committed
Add BDD & Contribution links to summary
1 parent 600cc26 commit 1248d65

File tree

1 file changed

+40
-1
lines changed

1 file changed

+40
-1
lines changed

SUMMARY.md

Lines changed: 40 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,42 @@
55
* [Installation](docs/installation.md)
66
* [10 minute tutorial](docs/10-minute-tutorial.md)
77

8-
### Reference
8+
### Behaviour-Driven Development
9+
10+
* [Introduction to BDD](#)
11+
* [Roles](#)
12+
* [Domain Expert](#)
13+
* [Developer](#)
14+
* [Tester](#)
15+
* [Designer/UX](#)
16+
* [Artefacts](#)
17+
* [Automated Tests](#)
18+
* [Specifications](#)
19+
* [Documentation](#)
20+
* [Communication](#)
21+
22+
* [Techniques](#)
23+
* [Analysis](#)
24+
* [Example Mapping](#)
25+
* [Three Amigos](#)
26+
* [Discovery Workshop](#)
27+
* [Deliberate Discovery](#)
28+
* [Event Storming](#)
29+
* [Programming](#)
30+
* [Modelling by Example](#)
31+
* [Test-Driven Development](#)
32+
* [Outer Cycle](#)
33+
* [Inner Cycle](#)
34+
* [Ports and Adapters](#)
35+
* [Testing](#)
36+
* [Test Pyramid](#)
37+
* [Shallow Tests](#)
38+
* [Narrow Tests](#)
39+
* [UI Testing](#)
40+
* [Selenium WebDriver](#)
41+
42+
43+
### Cucumber Reference
944

1045
* [Gherkin](docs/gherkin.md)
1146
* [Feature](docs/gherkin.md#feature)
@@ -24,3 +59,7 @@
2459
* [Cucumber Expressions](cucumber-expressions/README.md)
2560

2661
### Contributing
62+
63+
* [Overview](CONTRIBUTING.md)
64+
* [Contributing to Documentation](docs/contributing-to-documentation.md)
65+
* [Contributing to Code](docs/contributing-to-code.md)

0 commit comments

Comments
 (0)