describeScenario docs#9706
Merged
dac09 merged 8 commits intoredwoodjs:feat/describe-scenariofrom Jan 22, 2024
Merged
Conversation
Contributor
dac09
reviewed
Dec 22, 2023
dac09
reviewed
Dec 22, 2023
dac09
reviewed
Dec 22, 2023
dac09
reviewed
Dec 22, 2023
| <li>Reduce testing run time. There is an overhead to setting up and tearing down the db on each test, and in some cases a reduced testing run time may be of significant benefit. This may be of benefit where the likelihood of side-effects is low, such as in query testing | ||
| </ul> | ||
|
|
||
| ### describeScenario Examples |
Contributor
There was a problem hiding this comment.
@cjreimer thanks for these docs!
Should we change one of the examples to use a named scenario?
dac09
reviewed
Dec 22, 2023
defineScenario Documentation DevelopmentdescribeScenario Documentation Development
dac09
reviewed
Jan 22, 2024
dac09
reviewed
Jan 22, 2024
describeScenario Documentation DevelopmentdescribeScenario docs
Contributor
|
Merging docs into this PR #9866 so docs and code go in together! |
Contributor
Author
|
Thank you @dac09 ! You're awesome! I did have this on my to-do list, but I apologize I had not gotten to it over the last few weeks! Thanks for unloading this off me! |
Contributor
No worries at all Curtis, I felt bad for forgetting about it too 🤣 - thanks for the docs and helping put this feature together! |
This file contains hidden or 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
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.
This is the documentation for #9572 created by @dac09.
It is still in progress.
Note: Discussion for the creation of this feature is also here