- Nothing changed yet.
- Fix issue where ${CURDIR} was broken on Windows, because it contained path without escaped path separators required by Robot Framework [datakurre]
- Fix issue where suite variable listener reported errors when running robot suites, because it tried to restore dictionary variables with empty value [datakurre]
- Fix issue where log and report links did not open on JupyterLab 1.0 [datakurre]
- Move tutorials notebooks into notebooks folder [datakurre]
- Fix WhiteLibrary autocompletion to suggest selectors with :-separator instead of =-separator [datakurre]
- Fix remaining where keeping state of suite level variables between cell executions since 0.12.0 caused regression by fixing the listener to ignore all known built-in variables [datakurre]
- Fix issue where keeping state of suite level variables between cell executions resulted in errors caused by outdated output directory from the old variables [datakurre]
New features:
- Add keyword execution widgets below executed keyword cells; Add to toggle widgets on consecutive executions without code changes [datakurre]
- Add listener to keep state of suite level variables between robot executions [datakurre]
- Add IPython display hooks [datakurre]
New features:
- Add updates to highlighting from ipythonrobotframework [datakurre]
- Add WhiteLibrary state support and interactive element picker [datakurre]
- Add WhiteLibraryCompanion keyword library to interactively select elements and click elements with OpenCV templates [datakurre]
- Fix syntax highlighting issue where only the first variable of many was highlighted [datakurre]
- Update package trove classifiers [datakurre]
Breaking:
- Setuptools 40.5.0 later and Robot Framework 3.1 or later. [datakurre]
new features:
- Add pregenerated kernel.json in data_files to auto-install robotkernel, but requiring [datakurre]
New features:
- Rewrite status updater to the status of currently run test as
trobber | test name | keyword name | robot.api.logger.console message
[datakurre] - Add embedded log and report to include Download-links at top right corner [datakurre]
- Add to display the results of the last executed keyword as the notebook result for the executed code cell [datakurre]
- Add syntax highlighting for variables and assignment operators [datakurre]
Bug fixes:
- Fix issue where setup.cfg contained OS specific path separators preventing build on Windows [datakurre]
- Fix issue where PNGs were interpreted as APNG on Windows preventing them from being rendered on Windows [datakurre]
- Update example notebook to use SeleniumLibrary and SeleniumScreenshots instead of SeleniumLibrary and Selenium2Screenshots [datakurre]
- Add to always reload libraries imported from other notebooks [datakurre]
- Add to auto-import nbimporter when available to make it possible to import eg. keyword libraries from Python notebooks [datakurre]
- Fix issue where nbrobot did support %%python module magic [datakurre]
- Add to require robotframework >= 3.1b1 in requires
Breaking:
- Requires robotframework >= 3.1b1
Other:
- Add to create nbreader and nblibdoc cli to run robot with notebook reader support [datakurre]
- Add Selenium completions to sometimes include raw Simmer results with simplfied id completion results [datakurre]
- Add proof-of-concept selector completion for Appium and AutoIT libraries [datakurre]
- Fix screenshot processor to also discover images with absolute path or within the current working directory [datakurre]
This is the last release compatible with robotframework < 3.1
- Remove deprecated replace-flag from kernel installer [datakurre]
- Fix compatibility issue with robotframework < 3.1 [datakurre]
- Fix issue where kernel installation produced broken kernel.json on Windows [datakurre]
- Revert data source path from temporary directory into current working directory to allow local libraries and resources work in the usual use cases [datakurre]
- Add experimental Simmerjs based CSS-selector builder and element picker with when auto-completion is called with empty "css:"-selector [datakurre]
- Add experimental Selenium selector auto-completion [datakurre]
- Add dummy variable completion with only variables from current suite without context knowledge [datakurre]
- Add inline documentation links to Robot Framework User Guide for structural keywords [datakurre]
- Fix issue where single term keywords got no completions [datakurre]
- Update README [datakurre]
- Auto completion and keyword doc inspection enhancements [datakurre]
- Add auto-completion, keyword doc inspection and support for replacing and deleting cell history on Jupyter lab [datakurre]
- Add support for robotframework 3.1a2 [datakurre]
- Add support for reporting RPA suites with "Tasks" instead of "Tests" [datakurre]
- Update README with notebook execution instructions [datakurre]
- Update README [datakurre]
- Note on README that Log | Report -links require trusting the notebook [datakurre]
- Fix to wrap test execution updates with '<pre>' for better readability [datakurre]
- Change to always send display data updates in text/html to workaround a bug that caused 'undefined' to be rendered in JupyterLab [datakurre]
- Update README [datakurre]
- First release. [datakurre]