https://github.com/cucumber/cucumber-classroom
GitHub Classroom lessons for Cucumber
https://github.com/cucumber/cucumber-classroom
Last synced: 7 months ago
JSON representation
GitHub Classroom lessons for Cucumber
- Host: GitHub
- URL: https://github.com/cucumber/cucumber-classroom
- Owner: cucumber
- Created: 2020-06-12T23:08:42.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-01T11:18:38.000Z (over 2 years ago)
- Last Synced: 2025-03-29T11:25:33.743Z (over 1 year ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 8
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Install Cucumber
Prerequisite knowledge:
* The programming language you want to use
* A build tool
* Git
There are [many]() Cucumber implementations to choose from.
We recommend you choose the one for the same language your application is written in.
In this lesson we will cover the Cucumber implementations supported by
SmartBear:
* [Cucumber-JVM]()
* [Cucumber.js]()
* [Cucucmber-Ruby]()
Pick either of these three and follow the instructions below.
You can also try to follow the instructions for a different
Cucumber implementation - with your permission we can then
use your answer to expand this lesson with more implementations.
## Cucumber-JVM
In this lesson we will cover Java, but you can try to follow along
in Kotlin or Scala.
We assume you already know how to use Maven or Gradle to set up
and build a project.
Follow the [instructions]() and commit the files to this repository.