-
Notifications
You must be signed in to change notification settings - Fork 8
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
Template strings eg. backticks not supported #60
Comments
@jjj-holger this looks the same as my issue :) #63 If you take the variable out the name, it might be alright. |
@dantench yeah that's the same underlying reason. I looked into it and found that the launch remains in progress forever due to code line in TLDR the best solution is to remove the variables for time being; although altering some code lines I was able to fix this permanent |
Hello @dantench @jjj-holger |
If Postman test uses template strings like shown below, then these are not parsed correctly because regex used for detecting tests does not take backticks into account.
The text was updated successfully, but these errors were encountered: