Skip to content

XinYang-Pan/cucumber-ext

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cucumber Extension

An Java Extension Util for Cucumber Framework

Maven

<dependency>
 <groupId>io.github.xinyang-pan</groupId>
  <artifactId>cucumber-ext</artifactId>
 <version>1.1.0</version>
</dependency>

Overview

Features

DataTable Features

  1. Support custom Class converter
  2. Support POJO partial fields' value assertion
  3. Support to ignore blank value
  4. Support to use function
  5. Support to ignore entire row
  6. Support row level expected failed assersion

Other Features

  1. Support expected failed assersion
  2. Support scenario variables(incubation)

Examples