We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28e6ac6 commit 353504eCopy full SHA for 353504e
docs/build.md
@@ -8,8 +8,12 @@ $ sbt clean compile test
8
9
## Project structure
10
11
-The project contains two functional subprojects:
+The project contains several subprojects:
12
- `cucumber-scala`: contains the codebase of the Cucumber Scala implementation
13
+- `integration-tests`: contains integration tests projects
14
+ - `common`: general integration tests
15
+ - `jackson`: Jackson integration specific tests
16
+ - `picocontainer`: Picocontainer integration specific tests
17
- `examples`: contains a sample project
18
19
Each of these subproject is also derived for each target Scala version. See below.
0 commit comments