KO
|
EN
gitlite — search
Search
#python
#android
#llm
#ai
#typescript
#esp32
#airdrop
#react
#bitcoin
#linux
#mcp
#machine-learning
cucumberjs-examples
★ 32
Open GitHub ↗
Examples in using CucumberJS
Download README (.md)
Explore Similar Repositories
REM-PX
:
Allows easy conversion of rem to px and px to rem.
angular-color-picker
:
Lightweight color picker for Angular
EqualHeight.js
:
[DEPRECATED] A jQuery plugin that sets the height of each element in a group to the height of the highest element.
yii-ecommerce
:
eCommerce platform built using Yii Framework. WIP.
Eight-Five-Zero
:
A modified responsive HTML/CSS template for exporting pages from Zim (Zim-wiki)
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
cucumberjs-examples
?
Download (.md)
cucumberjs-examples =================== > Source for post series: [BDD in JavaScript: CucumberJS](http://custardbelly.com/blog/blog-posts/2014/01/08/bdd-in-js-cucumberjs/index.html) [](https://ci.testling.com/bustardcelly/cucumberjs-examples) <a href="https://saucelabs.com/u/custardbelly"> <img src="https://saucelabs.com/browser-matrix/custardbelly.svg?auth=2f671a5d8f345d81bbe7f0abcef72176" alt="Selenium Tests Status" /> </a> Requirements === ## Node & NPM Once [installed](http://www.joyent.com/blog/installing-node-and-npm/), run: ``` $ npm install ``` Tasks === ## Test Runs basic [cucumberjs](https://github.com/cucumber/cucumber-js) cli tool. ``` $ npm run test ``` ## Watch Runs basic file watch to automate [cucumberjs](https://github.com/cucumber/cucumber-js) cli tool ``` $ npm run watch ``` ## Watch-Browser Runs [cucumberjs-browser](https://github.com/bustardcelly/cucumberjs-browser) cuke bundler to run [cucumberjs](https://github.com/cucumber/cucumber-js) tool in browser! ``` $ npm run watch-browser ``` ## Build Build the app for to live in the wild. ``` $ npm run build ``` License === Copyright (c) 2014 Todd Anderson Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.