-
-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v6.0.0 #155
Merged
Merged
v6.0.0 #155
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$getProperty behaviour change between 5.0 and 5.4 TESTBOX-391 #resolve MockBox converted to script
BoxLang classes support
New environment helpers to do skip detections or anything you see fit: isAdobe, isLucee, isBoxLang, isWindows, isMac, isLinux
information in other runners, like the TestBox CLI runner.
…_spec Capture the debug buffer for each spec. We can use this to show debug information in other runners, like the TestBox CLI runner.
new `test(), xtest(), ftest()` alias for more natuarl testing
adding missing focused argument to spec methods
Generating a repeatable id for specs to track them better in future UIs
describe handler in non-called test classes being executed TESTBOX-123 #resolve If test spec descriptor contains a comma, it can not be drilled down to run that one spec directly
new `test(), xtest(), ftest()` alias for more natuarl testing
showUDFs = false option with debug()
BoxLang CLI mode and Runner
New matcher: toHaveKeyWithCase() TESTBOX-403 #resolve Assertions: key() and notKey() now have a CaseSensitive boolean argument
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New Features
TESTBOX-391 MockBox converted to script
TESTBOX-392 BoxLang classes support
TESTBOX-393 New environment helpers to do skip detections or anything you see fit: isAdobe, isLucee, isBoxLang, isWindows, isMac, isLinux
TESTBOX-394 new
test(), xtest(), ftest()
alias for more natuarl testingTESTBOX-397 debug() get's two new arguments: label and showUDFs
TESTBOX-398 DisplayName on a bundle now shows up in the reports
TESTBOX-399 xUnit new annotation for @DisplayName so it can show instead of the function name
TESTBOX-401 BoxLang CLI mode and Runner
TESTBOX-402 New matcher: toHaveKeyWithCase()
TESTBOX-403 Assertions: key() and notKey() now have a CaseSensitive boolean argument
Improvements
TESTBOX-289 showUDFs = false option with debug()
TESTBOX-331 TextReporter doesn't correctly support testBundles URL param
TESTBOX-395 adding missing focused argument to spec methods
TESTBOX-396 Generating a repeatable id for specs to track them better in future UIs
Bugs
TESTBOX-123 If test spec descriptor contains a comma, it can not be drilled down to run that one spec directly
TESTBOX-338 describe handler in non-called test classes being executed
Tasks
TESTBOX-400 Drop Adobe 2018 support