-
Recent Posts
Recent Comments
- Reinerstreeservices.com.au/ on A New Desktop Design
- shoes with lifts on CasperJS – fail test with custom testcase-name in xml report
- Philippe Petrinko on Keep your ~/.bash_history entries unique
- David Linse on A New Desktop Design
- Tarek on A New Desktop Design
Archives
Categories
Meta
Category Archives: javascript
CasperJS – fail test with custom testcase-name in xml report
It took some time, but my PR to CasperJS has landed. Now you can fail a test with a custom value for a testcase node’s name property like: casper.test.fail(‘A custom message’, {name: ‘custom name’}); tl;dr When using the –xunit=/path/to/report.xml casperjs … Continue reading
‘grunt-complexity-updater’ for nodejs
grunt-complexity-updater is a a little grunt-task that want to help you in multiple ways during development. It utilizes grunt-complexity to: break your build if maintainability drops below a given threshold and will auto-update the overall-maintainability with lowest detected maintainability in … Continue reading
picks of the month #1
picks of the month (#1) You want to stay in your editor even while committing, merging or diff‘n your git-based project ? Then you really should have a look at this awesome looking plugin for Sublime Text. sublimerge – A … Continue reading
Posted in javascript, picks of the month
Tagged git, javascript, nodejs, phantomjs, sublime text
Leave a comment