Skip to content

err404r/formatter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Custom formater for RSpec

The easiest way to solve this task was to fork https://github.com/sj26/rspec_junit_formatter/ and change it. But this repo don't use any xml lib for building xml, so I decided to write my own xml builder. Also this aproach better for demonstarting my skills. But I used unit tests from the repo above because they cover triky cases with unicode charactres. For building JUnit xml I found xml schema(http://windyroad.com.au/dl/Open%20Source/JUnit.xsd) and modify it, to fit the task requirement.

TODO:

  • Improve test failure error message

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages