Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 1.2 KB

README.md

File metadata and controls

44 lines (31 loc) · 1.2 KB

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