reportportal / agent-java-cucumber

Cucumber JVM version [1.0.0; 2.0.0) adapter
Apache License 2.0
26 stars 16 forks source link

cover situation when there is no included tests the Feature https://g… #22

Closed SiarheiDubovik closed 6 years ago

SiarheiDubovik commented 6 years ago

…ithub.com/reportportal/agent-java-cucumber/issues/21

ghost commented 6 years ago

DeepCode found the following issues:

Critical: 0 Warning: 0 Info: 0

Priority breakdown:

Security Defect API Anomaly Rename Lint Info
Critical 0 0 0 0 0 0 0
Warning 0 0 0 0 0 0 0
Info 0 0 0 0 0 0 0

Most affected files:

File Critical Warning Info

See detailed analysis.

DzmitryHumianiuk commented 6 years ago

fix for #21

evgenytkachenko commented 5 years ago

@DzmitryHumianiuk I reproduced this Issue using https://github.com/reportportal/agent-java-cucumber4 Can this fix be applied to that repo too ?

DzmitryHumianiuk commented 5 years ago

@evgenytkachenko looks like it is already merged.

DzmitryHumianiuk commented 5 years ago

Ohh.... i see.

@HardNorth can we also apply this fix for https://github.com/reportportal/agent-java-cucumber4?

evgenytkachenko commented 5 years ago

@DzmitryHumianiuk @HardNorth I do not see thise changes in agent-java-cucumber4 , can we apply those changes to agent-java-cucumber4? https://github.com/reportportal/agent-java-cucumber4/blob/master/src/main/java/com/epam/reportportal/cucumber/AbstractReporter.java

evgenytkachenko commented 4 years ago

@HardNorth can you please take a look at it ?