|
1 | 1 | <p align="center"> |
2 | | - <img src="https://www.ortussolutions.com/__media/testbox-185.png"> |
3 | | - <img src="https://www.ortussolutions.com/__media/mockbox-185.png"> |
| 2 | + <img src="https://raw.githubusercontent.com/Ortus-Solutions/artwork/refs/heads/main/testbox/banners/testbox-site-banner.png" alt="TESTBOX"/> |
4 | 3 | </p> |
5 | 4 |
|
6 | 5 | <p align="center"> |
|
17 | 16 |
|
18 | 17 | ---- |
19 | 18 |
|
20 | | -TestBox is a Behavior Driven Development (BDD) and Test Driven Development (TDD) framework for [BoxLang JVM Language](https://www.boxlang.io) and ColdFusion (CFML). It also includes mocking and stubbing capabilities via its internal MockBox library. |
| 19 | +> TestBox v6 Now Available: **[Read the announcement »](https://testbox.ortusbooks.com/readme/release-history/whats-new-with-6.0.0)**. |
| 20 | +
|
| 21 | + |
| 22 | +TestBox is a Behavior Driven Development (BDD) and Test Driven Development (TDD) framework for [BoxLang JVM Language](https://www.boxlang.io) and ColdFusion (CFML). It also includes mocking and stubbing capabilities via its internal MockBox library. We also recommend you install the `testbox-cli` (https://www.forgebox.io/view/testbox-cli) package to leverage commandline test runners, test generations and watchers using CommandBox. |
| 23 | + |
| 24 | +## Requirements |
| 25 | + |
| 26 | +* BoxLang 1+ |
| 27 | +* Lucee 5+ |
| 28 | +* Adobe ColdFusion 2021+ |
| 29 | + |
| 30 | +## Installation |
| 31 | + |
| 32 | +You can visit the TestBox documentation page to view all of its features and |
| 33 | +capabilities. To install TestBox just drop it in your web root as `/testbox` or |
| 34 | +create a mapping `/testbox` that points to it. |
| 35 | + |
| 36 | +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: |
| 37 | + |
| 38 | +### Stable Release |
| 39 | + |
| 40 | +```bash |
| 41 | +box install testbox-cli testbox |
| 42 | +``` |
| 43 | + |
| 44 | +### Bleeding Edge Release |
| 45 | + |
| 46 | +`box install testbox@be` |
| 47 | + |
| 48 | +Bleeding edge builds are updated automatically as code is committed. |
21 | 49 |
|
22 | 50 | ## License |
23 | 51 |
|
@@ -66,32 +94,9 @@ Join us in our Ortus Community and become a valuable member of this project [Tes |
66 | 94 |
|
67 | 95 | ### Official Site |
68 | 96 |
|
| 97 | +* https://www.testbox.run |
69 | 98 | * https://www.ortussolutions.com/products/testbox |
70 | 99 |
|
71 | | -## Requirements |
72 | | - |
73 | | -* BoxLang 1+ |
74 | | -* Lucee 5+ |
75 | | -* Adobe ColdFusion 2021+ |
76 | | - |
77 | | -## Installation |
78 | | - |
79 | | -You can visit the TestBox documentation page to view all of its features and |
80 | | -capabilities. To install TestBox just drop it in your web root as `/testbox` or |
81 | | -create a mapping `/testbox` that points to it. |
82 | | - |
83 | | -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: |
84 | | - |
85 | | -### Stable Release |
86 | | - |
87 | | -`box install testbox` |
88 | | - |
89 | | -### Bleeding Edge Release |
90 | | - |
91 | | -`box install testbox@be` |
92 | | - |
93 | | -Bleeding edge builds are updated automatically as code is committed. |
94 | | - |
95 | 100 | ---- |
96 | 101 |
|
97 | 102 | ### HONOR GOES TO GOD ABOVE ALL |
|
0 commit comments