MarketSquare / robotframeworkguides

A project to share guides and best practices for robot framework and its ecosystem
27 stars 49 forks source link

Add page for creation of non-Python test libraries #27

Closed mneiferbag closed 1 year ago

mneiferbag commented 1 year ago

A first proposal. I've made the page somewhat similar to the page that describes test libraries implemented in Python: 1. show the source code for the library, 2. show the keyword use in RF. However, for languages other than Python, just giving the source code for the library does not always provide a full example. For example, to build the Rust code, a build file "Cargo.toml" is needed. To address this, I have included a link to a GitHub repository with a complete working example with all needed files. Please let me know what you think about this.

The Rust source has no syntax highlighting. I have no idea how to fix this.

Note: I'm not a native speaker of English. Feel free to make notes about spelling, grammar and punctuation. 😄

manykarim commented 1 year ago

Awesome, thanks a lot for your contribution Markus! Good idea to provide the link to the GitHub repository, I will check if I can maybe copy the example to the Docs Repository in the future. And I will look into the Rust Code Highlighting issue.

So, I'll check & merge your PR for now and we'll fix/update the remaining things later.

manykarim commented 1 year ago

ALso found the way to enable syntax highlighting for rust

mneiferbag commented 1 year ago

Thanks a lot for accepting my PR!