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
The current integration test 'draft' approach does not work.
To be able to create integration tests we need a way to load a library and execute it with robot framework.
Task is to evaluate ways we can make integration tests work.
'Worst-case' scenario would be to create virtual projects in resources using gradle + rf-plugin -> copy this to a temp-folder -> compile jar -> calling the 'gradlew robotRun' + passing '-test ' to it.
The text was updated successfully, but these errors were encountered:
The current integration test 'draft' approach does not work.
To be able to create integration tests we need a way to load a library and execute it with robot framework.
Task is to evaluate ways we can make integration tests work.
'Worst-case' scenario would be to create virtual projects in
resources
using gradle + rf-plugin -> copy this to a temp-folder -> compile jar -> calling the 'gradlew robotRun' + passing '-test ' to it.The text was updated successfully, but these errors were encountered: