testing - AppHarbor Test Execution configuration -


i'm writing specflow tests drive out systems behaviour. working great locally. however, when commit git , appharbor builds fails. @ present it's due lack of transformations identifying appharbor hosted app.

however, everytime write new feature accompanying specflow (and selenium) tests, anticipate specflow tests fail because new feature has not yet been deployed. viscious circle.

i'd constrain build somehow not run specflow tests. there way appharbor of constraining tests run? nunit categories?

you can use appharbor's solution file convention achieve this. if have separate project containing specflow/selenium tests trick make sure project not referenced in solution build.

more can create solution name appharbor.sln , reference web, console , test projects want appharbor build , test solution file. appharbor prefer building solution name if it's found in repository.

you can maintain separate solution file (likely 1 you're using) development project containing specflow/selenium tests included. allow execute tests locally before committing , retain current workflow.


Comments

Popular posts from this blog

javascript - DIV "hiding" when changing dropdown value -

Does Firefox offer AppleScript support to get URL of windows? -

android - How to install packaged app on Firefox for mobile? -