Giter Site home page Giter Site logo

karma-jasmine-cucumber's Introduction

karma-jasmine-cucumber

Getting Started

npm install karma-jasmine-cucumber --save-dev

Update karma.conf.js

frameworks: ['jasmine', 'karma-jasmine-cucumber']

Notice that karma-jasmine-cucumber depends on jasmine to come before it.

Check out jasmine-cucumber for more details about the actual api.

Deprecated at Dealer.com

Given minimal adoption of this package at Dealer.com we have decided to deprecate it. We are embracing cucumberjs and finding it to be good enough.

Gregory Limoratto has been a primary contributor and will continue development on his fork.

Release Notes

##v 1.0.1

  • loosened the version of jasmine-cucumber so that we don't have to release this module to get non-breaking changes

##v 1.0.0

  • updated to depend on jasmine-cucumber 1.0 which gives us jasmine 2.0 support. This was a breaking change due to breaking nature of jasmine 2.0 syntax. Main win was better async support which is now exposed in grunt style syntax
	.given('some step defintion', function(){
		var done = this.async();
		setTimeout(done);
	})

To use karma with jasmine 2.0 npm install karma-jasmine@~0.2.0 --save-dev

v 0.3.4

  • supports Jasmine 1.3 syntax

Roadmap

  • Split karma-jasmine-cucumber to jasmine-cucumber so that it can be used with jasmine alone, eg: in protractor.
  • add support for when after then for sequence oriented end to end tests where it doesn't always make sense to start the workflow over again for every assertion

karma-jasmine-cucumber's People

Contributors

jhoguet avatar

Watchers

Rob Friesel avatar Michael Hellein avatar Ryan Gardner avatar Jeffrey Pierce avatar Kevin Thorley avatar Michael Henry avatar Larry Gouger avatar Ellery Crane avatar James Cloos avatar  avatar Jonah Schulte avatar Brian Lloyd-Newberry avatar Adam Burnett avatar  avatar  avatar Donnie Coleman avatar HS Chuang avatar RL avatar Keith Buel avatar Collin avatar  avatar Grégory Limoratto avatar  avatar Jose Schmidt avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.