Skip to content

Commit 809e586

Browse files
committed
first version
1 parent 31b9b68 commit 809e586

22 files changed

+829
-83
lines changed

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<build>
88
<defaultGoal>clean package</defaultGoal>
99
</build>
10+
1011
<groupId>fr.sciam.back-to-front</groupId>
1112
<modelVersion>4.0.0</modelVersion>
1213

slides/README.html

Lines changed: 777 additions & 0 deletions
Large diffs are not rendered by default.

slides/render.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
#!/bin/sh
22

3-
bundle exec asciidoctor-revealjs -r asciidoctor-diagram src/main/asciidoc/slides.adoc -o target/generated-docs/slides.html
3+
bundle instal
4+
5+
bundle exec asciidoctor-revealjs -r asciidoctor-diagram src/main/asciidoc/slides.adoc -o target/generated-docs/slides.html
397 KB
Loading
249 KB
Loading
411 KB
Loading
1.18 MB
Loading
956 KB
Loading
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
2+
== Why Cucumber!
3+
4+
* Definition: Cucumber is a Behavior-Driven Development (BDD) tool that enables collaboration among developers,
5+
testers, and non-technical stakeholders. It facilitates the creation of clear and shared understanding of system behaviors through simple, natural language specifications.
6+
* A plugin for a way of thinking level.

slides/src/main/asciidoc/parts/htmx.adoc

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)