Replies: 1 comment
-
[simongraband] Thanks for the help. It did not work with the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to create a config file for the testcases, that stores the basePort of the web application, like discussed here. I tried to follow this example for how to do it. However it does not work this way because the config is not found.
When running the tests the following error message shows:
I added the option to a tsconfig.json in the same directoy. However it seems that this compiler option only works with --esModuleInterop, which leads to errors in the test code which can be fixed with two other compiler options. Therefore my newly created tsconfig.ts looks like this:
But this is still not working (the editor shows no errors, but when running the code the error message above still shows) and i can´t seem to find any useful information anymore by googling. Is there an obvious mistake im making?
Thanks in advance.
original thread by simongraband
Beta Was this translation helpful? Give feedback.
All reactions