@@ -28,12 +28,16 @@ This version of intellibot provide more options, see following picture:
2828 * support implemented as a directory
2929 * don't replace "." to "/" in library path if it contain "/"
3030 * don't resolve library as class if using physical path to library
31- * regard library as directory if using physical path and not end with ".py",
31+ * regard library as directory if using physical path and not end with ".py"
3232 * follow the rule in robot framework user guide as much as possbile
3333 * strip variable in library path to be part of path name
3434 * e.g. "Resource %{PATH_1}/file1.robot" will search "Resource PATH_1/file1.robot"
3535 * it is useful if there're variables in import path but there is not running environment in local
3636 * provide an option to switch this behaviour on/off
37+ * replace variable in library path with user defined value
38+ * e.g. if provide "${EXECDIR}=/repo/test/execution" in options, "Resource ${EXECDIR}/file1.robot" will search "/repo/test/execution/file1.robot"
39+ * it is useful if there're runtime variables in import path
40+ * can work with the option "strip variable in library path" together, and variable replacement will do first.
3741
3842* Correct the import behavior for Library, Resource and Variables files.
3943 * import both variable and keyword from Resource.
@@ -60,7 +64,7 @@ This version of intellibot provide more options, see following picture:
6064 * type cast exception
6165
6266
63- ### original readme
67+ ### Original Readme
6468This is a work in progress (the product of a 24 hour hack match), though at this point I have devoted far more time than that.
6569Related feature request to JetBrains: [ IDEA-97678] ( http://youtrack.jetbrains.com/issue/IDEA-97678 ) .
6670** Here is a growing list of [ features] ( https://github.com/millennialmedia/intellibot/wiki/Features ) .**
0 commit comments