Eddie Monge Jr

Results 242 comments of Eddie Monge Jr
trafficstars

and maybe jade for the templates?

``` CoffeeScript onPrepare: -> jasmine.getEnv().addReporter new ScreenShotReporter baseDirectory: path.resolve __dirname, 'results-e2e/screenshots' pathBuilder: ( spec, desc, results, capabilities ) -> path.join capabilities.caps_.browser, desc.join '-' ``` No images are stored in the...

@swissmanu is that enough? I wonder if its because of jasmine 2 though

Ideally you are running this on all your code. If not, you can disable it on a per project basis (I think, if not, that should be the option)

:( this should be supported by now. edit: jk maybe it does. Setting sourceMap to true seems to do it: https://github.com/karma-runner/karma-coffee-preprocessor#configuration

This is really a problem with npm. I don't see a way to test for this as the user could have it setup like that. This is really more of...

I'm conflicted on this. While using the correct language is good, how many people actually use the `suite` and `test` syntax? Also, having diverging templates means having to change both...

If it can be done in one template I'd be ok with this

This could be possible with the already existing api if glob was used instead of `path-exists`