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
Basically .resource files are stripped .robot files, containing only keywords.
Did not do a pull request for this directly, since this is not a new language addition, and was unsure on how to create it (was not able to create working tests by using the .robot file as a basis, and changing file extension. got a test error:
E AssertionError: assert '.robot' == '.resource'
E - .robot
E + .resource
The text was updated successfully, but these errors were encountered:
With just an additional line in that dictionnary, you should be able to convert Robot notebooks to .resource files, and vice versa (and open these files in Jupyter). Would you like to give it a try? (If that works, feel free to submit the corresponding change, no need to add more tests for this 😃 )
Would it be possible to add .resource file support for Robot Framework.
https://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#resource-files
Basically .resource files are stripped .robot files, containing only keywords.
Did not do a pull request for this directly, since this is not a new language addition, and was unsure on how to create it (was not able to create working tests by using the .robot file as a basis, and changing file extension. got a test error:
The text was updated successfully, but these errors were encountered: