Skip to content

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.

License

Notifications You must be signed in to change notification settings

sorosz89/cucumber-vscode-support

Repository files navigation

cucumber-vscode-support 1.0.0

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.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

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.

Installation

After cloning the repository, navigate to the project directory and run the following command to install the dependencies:

npm install

Running the Application

Start the application by using the following script:

npm test

This script will compile the Typescript files and execute the cucumber files.

Learning Cucumber

If you are new to Cucumber, here are some links that you may find useful:

Dependencies

This project uses the following dependencies:

Versioning

We use SemVer for versioning. The current version is 1.0.0

License

This project is licensed under the ISC License.

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published