bdd - Concordion.Net not writing specifications html to BaseOutputDirectory defined in <spec>.config -


i've been trying start using concordion.net. i've managed nunit run concordion.net tests. issue have output html generated in temp folder, not specify based on <dllname>.config.

i followed instructions in 'configuration' section of concordion.net (http://concordion.org/dotnet/configuration.html), still didn't manage working.

i testing out kickstart.spec project in tutorial. i've added kickstart.spec.config file, below contents:

<?xml version="1.0" encoding="utf-8" ?> <specification>   <baseoutputdirectory path="c:\concordion-test" /> </specification> 

i've set file 'copy always' , tried both setting embeddable resource or default content.

any ideas?

according description should work. tried same steps described , received output files in c:\concordion-test. perhaps can figure out problem is, when describe step step how setup looks like:

1) after downloading kickstart-projects (i tried both: through git downloading zip file github/releases), added config file kickstart.spec project in visual studio 2013. file structure looks that:

enter image description here enter image description here

2) in properties of new config file kickstart.spec.config, set "copy always" , left build action default value "none":

enter image description here

3) when rebuild entire solution config file copied dll files output directory kickstart.spec\bin\debug:

enter image description here

4) when run tests nunit, report files placed in folder c:\concordion-test:

enter image description here

i hope description helps , running well. please, don't hesitate ask further questions.


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -