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
While the resolution of the gauge_additional_libs should be addressed, should there be a consideration made for a pre-defined directory in a project that would always be included on the classpath to potentially reduce its size? Currently, this type of logic is being done in the launcher.ps1 > AddRunnerInClassPath to include all libs in the $PluginDir. Should there also potentially be a $env:GAUGE_PROJECT_ROOT/<some directory>/* also added as a generic default?
Expected behavior
External libraries added in libs folder should be referred when specified in properties file as below
gauge_additional_libs = libs/*
Actual behavior
Libraries are not referred and throws package does not exists error.
Linked #377 (comment) ,
Gauge version
The text was updated successfully, but these errors were encountered: