Concordion is an acceptance testing framework that allows users to place their specifications in HTML file. These files contain references to fixtures in test code that are executed by Concordion. This project is a faithful port of Concordion to .NET to allow it to work with .NET projects To get started, check out http://www.concordion.org/dotnet/
Keep track of development and community news.
- Read and subscribe to the Concordion user group.
- Chat with Concordion.NET fellows on the Concordion.NET user group.
- Share your ideas on the developer group.
- Find help at Stack Overflow.
Have a bug or a feature request? Please first search for existing and closed issues. If your problem or idea is not addressed yet, please open a new issue.
- Fork it.
- Create a branch (
git checkout -b my_contribution
) - Commit your changes (
git commit -am "Added cool stuff"
) - Push to the branch (
git push origin my_contribution
) - Open a Pull Request
- Enjoy a refreshing Diet Coke and wait
History prior to February 2013 is in the Google Code repository.
Copyright 2010-2014 Jeffrey Cameron
Licensed under the Apache License, Version 2.0 (the "License"); you may not use these files except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.