-
I would like to use Mocha BDD and run specs in the browser. Would be nice to have a build of should.js that doesn't rely on Node's stuff.
-
If the only tests that are lettuce tests there is no reason to use the harvest command.
A built in test command already exists.
In Django 1.4 a test runner will also be able to accept custom parameter…
-
Originally I wasn't too concerned about this, but now I am.
Dispatching events and invoking their callbacks within the IO processing thread is problematic for a couple reasons.
First, event callback…
iande updated
12 years ago
-
I would like to have support for [AMD modules](https://github.com/amdjs/amdjs-api/wiki/AMD) in my jasmine tests.
This requires a little different setup of the specs and runner code.
I have a sugges…
-
Ok, here is an idea.
I often give one or more specific examples and a qc property for something that should hold. Here is an example:
```
describe "parse" $ do
it "is inverse to render" someSpeci…
-
info it worked if it ends with ok
verbose cli [ 'node', '/usr/local/bin/npm', 'install' ]
info using npm@1.0.6
info using node@v0.4.7
verbose /usr/local/bin/node node symlink
verbose config file /User…
-
I would like to try to make some BDD examples for the project, because it is a self describing documentation. Cucumber + WebDriver(former selenium).
For example (bdd spec goes below) :
- Knockout all…
-
Does anyone got an example of using towerjs with passportjs ?
I can not integrate it.
Thank you.
-
Currently konira is hard-wired to look for "case_*.py" files only. Re: https://github.com/alfredodeza/konira/blob/master/konira/collector.py#L13
For someone like me who when using BDD to craft a proj…
-
I'm attempting to integrate jasmine with a legacy application that has its sources outside of the maven project. While, jasmine will run fine with the test goal, the jasmine:bdd goal will fail to loa…