All work
- add a skip([message]) like fail() for skipping from inside a specTESTBOX-345Resolved issue: TESTBOX-345Zac Spitzer
- Performance optimizations for BaseSpec creations by lazy loading external objectsTESTBOX-344Resolved issue: TESTBOX-344Luis Majano
- Show the type of the actual pass into instance type expectationsTESTBOX-305Resolved issue: TESTBOX-305Luis Majano
- Skip methods for given/when/then fail without `this` referenceTESTBOX-248Resolved issue: TESTBOX-248Luis Majano
- Add x- methods to skip suites and specs to new BDD methods.TESTBOX-212Resolved issue: TESTBOX-212Luis Majano
- Return this from around,beforeEach and afterEach to have a chained DSL thanks to Jose ChavezTESTBOX-195Resolved issue: TESTBOX-195Luis Majano
- No need to pass method=runRemote anymore on spec runners, defaults nowTESTBOX-175Resolved issue: TESTBOX-175Luis Majano
- Add expectAll() to make it easier to work with collectionsTESTBOX-174Resolved issue: TESTBOX-174Luis Majano
- runRemote operations are not setting the default response to HTML, so wddx takes overTESTBOX-168Resolved issue: TESTBOX-168Luis Majano
- remove the TestBox tag contexts from the beginning of Failure OriginsTESTBOX-163Resolved issue: TESTBOX-163Luis Majano
- Add annotation hooks for lifecycle methodsTESTBOX-162Resolved issue: TESTBOX-162Luis Majano
- Recursively call parent `aroundEach` functions in reverse tree formatTESTBOX-161Resolved issue: TESTBOX-161Luis Majano
- Support story-given-when-then style of representing testsTESTBOX-133Resolved issue: TESTBOX-133Luis Majano
- Ability to bind data to a specTESTBOX-132Resolved issue: TESTBOX-132Luis Majano
- New lifecycle method: aroundEach() so you can do a full AOP advice on any specTESTBOX-119Resolved issue: TESTBOX-119Luis Majano
- BDD runner and specs receive reference to the TestBox calling class via the run() methodTESTBOX-107Resolved issue: TESTBOX-107Luis Majano
- BDD run() method now receive the TestResults argument for usage in their definitions.TESTBOX-106Resolved issue: TESTBOX-106Luis Majano
- Label Blacklist for run, runRemote, etcTESTBOX-104Luis Majano
- teardown(), afterEach() will only be executed if the test not FailedTESTBOX-90Resolved issue: TESTBOX-90Luis Majano
- Add a makeAllPublic() that can make all private/package methods publicTESTBOX-89Resolved issue: TESTBOX-89Luis Majano
- addAssertions() method failure on adding CFCsTESTBOX-87Resolved issue: TESTBOX-87Luis Majano
- TestBox is walking up the tree instead of down the tree for beforeEachTESTBOX-84Resolved issue: TESTBOX-84Luis Majano
- New method to retrieve private variables: getProperty()TESTBOX-78Resolved issue: TESTBOX-78Luis Majano
- Ability to pass labels to the URL runner to execute only the labels thanks To Juerg AndereggTESTBOX-74Resolved issue: TESTBOX-74Luis Majano
- beforeEach does not fire in recursive fashion for nested suitesTESTBOX-63Resolved issue: TESTBOX-63Luis Majano
- The method init was not found in component TestCase.cfc.TESTBOX-56Resolved issue: TESTBOX-56Luis Majano
- makePublic() doesn't seem to work for packaged methodsTESTBOX-53Resolved issue: TESTBOX-53Luis Majano
- isExpectedException fails on non-inherited specsTESTBOX-45Resolved issue: TESTBOX-45Luis Majano
- TestBox debug stream via debug() is now operational and MXUnit compatible.TESTBOX-25Resolved issue: TESTBOX-25Luis Majano
- Multiple Nested SuitesTESTBOX-7Resolved issue: TESTBOX-7
- Ability to run tests via URL if they inherit from the BaseSpec via method=runRemoteTESTBOX-3Resolved issue: TESTBOX-3Luis Majano
31 of 31
Something went wrong on our end
If this keeps happening, share this information with your admin, who should contact support.
Hash 1M6V94
Trace a4a70432d6a74c59a0578a00d3ac47c9
Description
None
Pinned fields
Click on the next to a field label to start pinning.
Details
Details
Details
Sentry
Sentry
Sentry
Activity
Show:
Zac Spitzer July 25, 2022 at 4:35 PMEdited
Zac Spitzer July 20, 2022 at 10:26 AMEdited
skipAll()
would also be rather useful, as with Lucee we use a lot of services and end up writing a lot of boilerplate to avoid running tests if a service isn't defined/available
or, if beforeAll()
could returned false....
WIP PR, this adds a
skip()
functionhttps://github.com/Ortus-Solutions/TestBox/pull/141