You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In suite mode, you can instantiate several yaml. For each yaml file, WeTest checks the syntax for each file. If you call the same file n times (example below), WeTest checks the same file n times. Some time could be saved here. Would it be possible to check the syntax only one time for the same yaml files ?
I did not check the code, but my take on this is that is might not be a good idea.
Because when you instantiate several times the same suite file, you can do so with different MACRO.
I suppose a bad macro value could break the YAML schema.
So one instantiation might be OK and the next not, with the same file but different macros.
Yet I am not sure whether the check is actually performed after macro substitution... Which might be an actual bug in itself if it is not.
This is off the top of my head, no checking in the code. I let you guys dig to confirm or invalidate this position.
In suite mode, you can instantiate several yaml. For each yaml file, WeTest checks the syntax for each file. If you call the same file n times (example below), WeTest checks the same file n times. Some time could be saved here. Would it be possible to check the syntax only one time for the same yaml files ?
The text was updated successfully, but these errors were encountered: