Skip to content

smoll/circleci-cucumber-example

Repository files navigation

CircleCI velocity-cucumber example

Attempting to demonstrate and determine a solution for this issue.

Steps to generate this project:

  1. Generate boilerplate
# installed meteor
meteor create circleci-cucumber-example && cd circleci-cucumber-example
meteor add xolvio:cucumber

then visited http://localhost:3000 and clicked "Add cucumber sample tests"

  1. Get tests to pass in the browser
cd tests/cucumber && npm install # install cucumber dependencies

and edited sample.feature by hand, replacing all instances of "intentional failure" with "circleci-cucumber-example"

  1. Set up the CircleCI build

I created a circle.yml copied from xolvio/Letterpress. Then I logged on to circleci.com and configured this repo to build automatically.

About

CircleCI meteor-cucumber example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published