Giter VIP home page Giter VIP logo

robot-rust-test-library's Introduction

Robot Framework - Test Library Example Rust

Licensed under the MIT License. See file LICENSE.

Robot Framework example for test library implemented in Rust. Example includes code written in Robot Framework, Python and Rust.

How To Run

This example can be run as follows.

Create virtual environment with python -m venv .venv.

Activate virtual environment with source .venv/bin/activate for Linux bash. Or with .venv\Scripts\activate.bat for Windows command line.

Restore packages with pip install -r requirements.txt.

Check installation with robot --version.

Build Rust library with maturin develop. Note: PyO3 uses maturin, a tool for building and publishing Rust-based Python packages.

Run test with Rust keywords using robot --outputdir ./log ./rust_tests/rust_keywords.robot.

For more information on extending Robot Framework with test libraries written in Python, see chapter Creating test libraries in the user guide.

Links

Tasks

  • Add unit tests
  • Evaluate default argument values
  • Evaluate keyword with dictionary argument
  • Create hello world example

robot-rust-test-library's People

Contributors

mneiferbag avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.