-
Notifications
You must be signed in to change notification settings - Fork 455
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
Unit Tests: Use Synth
than SynthScope
in typescript test
#2755
Labels
Comments
tolluset
added
documentation
Improvements or additions to documentation
new
Un-triaged issue
labels
Apr 2, 2023
tolluset
changed the title
Unit Tests: Use
Unit Tests: Use Apr 2, 2023
Synth
then SynthScope
in typescript testSynth
than SynthScope
in typescript test
tolluset
added a commit
to tolluset/terraform-cdk
that referenced
this issue
Apr 2, 2023
Modify docs for beginners, in hashicorp#2755.
tolluset
added a commit
to tolluset/terraform-cdk
that referenced
this issue
Apr 2, 2023
8 tasks
I made PR #2756. For those who got in trouble on that page like me. 😿 |
tolluset
added a commit
to tolluset/terraform-cdk
that referenced
this issue
Apr 6, 2023
DanielMSchmidt
added
testing
size/medium
estimated < 1 week
and removed
new
Un-triaged issue
labels
Apr 13, 2023
tolluset
added a commit
to tolluset/terraform-cdk
that referenced
this issue
Apr 15, 2023
mutahhir
pushed a commit
to tolluset/terraform-cdk
that referenced
this issue
Apr 18, 2023
ansgarm
added a commit
that referenced
this issue
Apr 18, 2023
chore(docs): change to `synth` from `synthScope` for #2755
Merged
I'm going to lock this issue because it has been closed for 30 days. This helps our maintainers find and focus on the active issues. If you've found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
Description
In docs recommend the test by using
SynthScopre
. But, it's hard to recognize the intent. BecauseSynthScope
got a parameter ofConstructs
, I think this Is not natural. Most users watch this doc to learn unit tests of CDKTF, at that time they want to test theirStack
, not theConstructs
Maybe docs showing using test by
Synth
, it can be more kindness for beginner.ref:
Unit testing - toHaveResource() - found no resources instead
#1506
Unit testing failing to find resources for azurerm provider
#1850
Links
https://developer.hashicorp.com/terraform/cdktf/test/unit-tests#write-assertions
Help Wanted
Community Note
The text was updated successfully, but these errors were encountered: