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:

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

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

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

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