-
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
Tag Archives: ui
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