Skip to content

Commit 5cadf35

Browse files
committed
updated documentation, added links to videos
1 parent 2a8dcfe commit 5cadf35

File tree

1 file changed

+17
-5
lines changed

1 file changed

+17
-5
lines changed

README.md

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,27 @@ The process for creating unit tests (ala SpecFlow) was from Gáspár Nagy. Dan N
1818

1919
This README file gives an overview of operation. See these other files for more information.
2020

21-
* Detail.md - This has details the Data, Import, and Define statements, as well as on tables and multi-line strings,
21+
* [Detail.md](https://github.com/atdd-bdd/GherkinExecutorForJava/blob/main/details.md) - This has details the Data, Import, and Define statements, as well as on tables and multi-line strings,
2222

23-
* Examples.md - More detail on the examples.
23+
* [Examples.md](https://github.com/atdd-bdd/GherkinExecutorForJava/blob/main/examples.md) - More detail on the examples.
2424

25-
* Design.md – the approach taken as well as maintenance notes
25+
* [Design.md](https://github.com/atdd-bdd/GherkinExecutorForJava/blob/main/design.md) – the approach taken as well as maintenance notes
2626

27-
* Other.md – stuff that just does not seem to fit elsewhere
27+
* [Other.md](https://github.com/atdd-bdd/GherkinExecutorForJava/blob/main/other.md) – stuff that just does not seem to fit elsewhere
2828

29-
* Style.md – some thoughts on how to organize your feature files
29+
* [Style.md](https://github.com/atdd-bdd/GherkinExecutorForJava/blob/main/style.md) – some thoughts on how to organize your feature files
30+
31+
32+
33+
## Videos
34+
35+
- [Behavior Driven Development with Gherkin Executor - YouTube](https://www.youtube.com/watch?v=OYALWe8X1yY)
36+
37+
- [Setup of Gherkin Executor - YouTube](https://www.youtube.com/watch?v=uH9CgctrGgk)
38+
39+
- [Test Driven Development with Gherkin Executor - YouTube](https://www.youtube.com/watch?v=CQphLJ6ndok)
40+
41+
- [Domain Driven Design and Gherkin Executor - YouTube](https://www.youtube.com/watch?v=N4J3L_KEQeU)
3042

3143
## Why Use Gherkin?
3244

0 commit comments

Comments
 (0)