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
Is your enhancement request related to a problem? Please describe.
From output of robotcode extenstion, I saw a lot of process execution one by one for each suite in order, I am not sure, just an proposal, could robotcode execute this parse job in multi process? I mean, if there are a lot of suites/robot files, vscode need lots of time to parse and load these test cases into test tab.
Describe the solution you'd like
parse robot/suite in multi process.
The text was updated successfully, but these errors were encountered:
This is not really possible, because that is a feature of robotframework. RobotCode just uses this functionality from Robot Framework.
How many robot files and suites do you have?
And how is your project structured?
Do you have big folders, means many files, in your project that does not contain robot files, like test data, virtual environments, other source code or what ever?
There is is an option in vscode and also in the robot.toml file where you can define on which places robot framework should look for test cases. For VSCode take a look at the setting robotcode.robot.paths for robot.toml see here
RobotCode takes also care for .gitignore and .robotignore files
Is your enhancement request related to a problem? Please describe.
From output of robotcode extenstion, I saw a lot of process execution one by one for each suite in order, I am not sure, just an proposal, could robotcode execute this parse job in multi process? I mean, if there are a lot of suites/robot files, vscode need lots of time to parse and load these test cases into test tab.
Describe the solution you'd like
parse robot/suite in multi process.
The text was updated successfully, but these errors were encountered: