Skip to content

Commit

Permalink
updated readme fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
lmajano committed Apr 20, 2018
1 parent 989ea71 commit c0ea8ed
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,37 +12,45 @@
TestBox is a Behavior Driven Development (BDD) and Test Driven Development (TDD) framework for ColdFusion (CFML). It also includes mocking and stubbing capabilities via its internal MockBox library.

## LICENSE

Apache License, Version 2.0.

## IMPORTANT LINKS

Source

- https://github.com/Ortus-Solutions/TestBox

Bug Tracking

- https://ortussolutions.atlassian.net/browse/TESTBOX

Support Forum

- https://groups.google.com/a/ortussolutions.com/forum/#!forum/testbox

Documentation

- https://testbox.ortusbooks.com
- https://testbox.ortusbooks.com/content/primers/bdd/index.html
- https://testbox.ortusbooks.com/content/primers/xunit/index.html

Official Site

- https://www.ortussolutions.com/products/testbox

## SYSTEM REQUIREMENTS

- Lucee 4.5+ (xUnit + BDD)
- ColdFusion 10+ (xUnit + BDD)
- ColdFusion 11+ (xUnit + BDD)

## TESTBOX INSTALLATION
You can visit the TestBox documentation page to view all of its features and
capabilities. To install TestBox just drop it in your web root as `/testbox` or
create a mapping in your CFML administrator or `Application.cfc` that points to the
directory you installed TestBox and create the mapping `/testbox` that points to it.

You can also use [CommandBox](http://www.ortussolutions.com/products/commandbox) to install and leverage TestBox for commandline executions, test generations, watchers and much more:
You can also use [CommandBox](https://www.ortussolutions.com/products/commandbox) to install and leverage TestBox for commandline executions, test generations, watchers and much more:

**Stable Release**

Expand Down

0 comments on commit c0ea8ed

Please sign in to comment.