@@ -36,40 +36,65 @@ Said BOUDJELDA
36
36
[.column]
37
37
image::bms.jpeg[role="pull-right",width="200"]
38
38
39
- == Agenda
39
+ == Introduction
40
40
41
- //TIP: _Slides_ here {slides-url}
42
41
43
- * icon:clock-o[] Introduction
44
- * icon:clock-o[] Why Quarkus!
45
- * icon:clock-o[] Why Cucumber!
46
- * icon:clock-o[] Quarkus Cucumber
47
- * icon:clock-o[] Please help me
48
- * icon:clock-o[] Conclusion
42
+ NOT REALLY AN INTRODUCTION BUT IT'S MORE A CONTEXT
49
43
44
+ == Why Quarkus?
50
45
51
- include::parts/introduction.adoc[]
46
+ - Java (The programming language of the enterprise world)
47
+ - Ultra-fast startup time
48
+ - Low memory footprint
49
+ - Native compilation
50
+ - Kubernetes integration
51
+ - Active Community and Enterprise Support
52
52
53
- include::parts/quarkus.adoc[]
53
+ == Why Quarkus?
54
54
55
- include::parts/cucumber.adoc[ ]
55
+ image::quarkus.png[role="center",height="90%" ]
56
56
57
- include::parts/quarkus-cucumber.adoc[]
57
+ == Why Cucumber?
58
58
59
+ - BDD (Behavior Driven Development)
60
+ - A framework for writing tests in natural language (Gherkin)
61
+ - Make tests readable and understandable by non-technical people
62
+ - Living documentation
59
63
60
- == Conclusion
64
+ == What to do?
61
65
62
- == Take away
66
+ - Contribute to the Quarkus Cucumber extension
63
67
64
- //TODO: add more info
68
+ == We really need you for
65
69
66
- == References
70
+ - Write documentation
71
+ - Enhance the extension
72
+ - Implement new features
73
+ - Test the extension
67
74
68
- NOTE: _Slides_ are accessible here {slides-url}
75
+ == Solve issues
69
76
70
- NOTE: _Slides source_ {slides-src}
77
+ image::issue.png[role="pull-right",height="90%"]
71
78
72
- NOTE: Slides generated with _Asciidoctor_ and _Reveal.js_
79
+ == More
73
80
81
+ image::quarkus-cucumber.png[role="pull-right",height="90%"]
82
+
83
+ == What's next?
84
+
85
+ - The big refactoring of the extension must come one day
86
+
87
+ == Useful links ?
88
+
89
+ - https://github.com/quarkiverse/quarkus-cucumber[Quarkus Cucumber Extension GitHub repo]
90
+ - https://docs.quarkiverse.io/quarkus-cucumber/dev/index.html[Quarkus Cucumber documentation]
91
+ - https://docs.quarkiverse.io/quarkus-cucumber/dev/index.html[Quarkus]
92
+ - https://cucumber.io/[Cucumber official website]
93
+
94
+ == Questions !*
95
+
96
+ Any question, please?
97
+
98
+ image::thank_you.png[role="center",height="90%"]
74
99
75
100
0 commit comments