Skip to content
This repository has been archived by the owner on Nov 23, 2021. It is now read-only.

Adding JUnit to Cucumber project

Łukasz Fechner edited this page Jul 25, 2016 · 4 revisions

If you want to add JUnit to Cucumber project, you only need to add this dependency to pom.xml.

<dependency>
        <groupId>com.cognifide.qa.bb</groupId>
        <artifactId>bb-junit</artifactId>
        <version>${bobcat.version}</version>
</dependency>

That's all! Now you can develop your test cases in JUnit and in Cucumber! Go to Getting Started to look how to do it.

Getting started with Bobcat

  1. Getting started

AEM Related Features

  1. Authoring tutorial - Classic
  1. AEM Classic Authoring Advanced usage
  1. Authoring tutorial - Touch UI
Clone this wiki locally