How to test #2169
How to test
#2169
-
Hello, I want to add a test for my function and check we are giving all the needed parameters to a template. Thanks. |
Beta Was this translation helpful? Give feedback.
Answered by
dolanmiu
Jun 15, 2023
Replies: 1 comment 1 reply
-
What do you mean by test? Test if the word document is valid? If so, it is possible to test it against the OOXML spec. It is what https://github.com/dolanmiu/docx/blob/master/.github/workflows/demos.yml |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
tomerslice
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What do you mean by test? Test if the word document is valid? If so, it is possible to test it against the OOXML spec.
It is what
docx
does. Some form of E2E testing I guess:https://github.com/dolanmiu/docx/blob/master/.github/workflows/demos.yml