-
Notifications
You must be signed in to change notification settings - Fork 0
Create integration tests #12
Copy link
Copy link
Open
Labels
good first issueGood for newcomersGood for newcomerstype: chorework needed to keep the product and development running smoothlywork needed to keep the product and development running smoothly
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomerstype: chorework needed to keep the product and development running smoothlywork needed to keep the product and development running smoothly
Type
Fields
Give feedbackNo fields configured for issues without a type.
We should create integration tests for elf-cam. What we want to test here is if the generated package can be used as promised.
First step run
This generates
./pkgfolder with the complete package which we can import in javascript/typescript.If we write the tests in typescript we can also test the generated types easily.
This is the example I used for manual testing: