This is an example repository for setting up Visual Studio Code to support Cucumber feature files. It is a small sandbox if you want to start playing with Cucumber and start writing feature files. The purpose of this repository is to provide a basic setup that can be further extended based on the needs of your own project.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
This project requires Node.js to handle the package dependencies and for executing code. Please make sure you have Node.js installed on your machine. If you have not, please visit the official Node.js website to download and install it.
After cloning the repository, navigate to the project directory and run the following command to install the dependencies:
npm install
Start the application by using the following script:
npm test
This script will compile the Typescript files and execute the cucumber files.
If you are new to Cucumber, here are some links that you may find useful:
This project uses the following dependencies:
We use SemVer for versioning. The current version is 1.0.0
This project is licensed under the ISC License.