Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 15 additions & 15 deletions java-cucumber-maven/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,21 @@ This simple demo shows how Testomat.io Java reporter works in your project.
│ ├── cucumber.properties
│ └── testomatio.properties
└── test/
├── java/
│ ├── steps/
│ │ ├── NotificationSteps
│ │ ├── OrderSteps
│ │ ├── ProductSteps
│ │ ├── ReportSteps
│ │ └── UserSteps
│ └── RunnerTest
└── resources/
└── features/
├── notification.feature
├── order.feature
├── product.feature
├── report.feature
└── user.feature
├── java/
│ ├── steps/
│ │ ├── NotificationSteps
│ │ ├── OrderSteps
│ │ ├── ProductSteps
│ │ ├── ReportSteps
│ │ └── UserSteps
│ └── RunnerTest
└── resources/
└── features/
├── notification.feature
├── order.feature
├── product.feature
├── report.feature
└── user.feature
```

## Installation
Expand Down
Binary file modified java-cucumber-maven/lib/java-reporter-0.1.0.jar
Binary file not shown.
Loading