Code Monkey home page Code Monkey logo

reactive-robot's Introduction

GitHub Stats Top Languages

reactive-robot's People

Contributors

yusufcanb avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

reactive-robot's Issues

Library for getting payload and topic in robot scripts

As a reactive robot user, it is nice to have some library to get Reactive Robot payload and topic with predefined keywords.

Example;

*** Settings ***

Library   reactive_robot/lib.py

*** Tasks ***
Demo Task
    ${topic}=   Get Reactive Robot Topic
    ${payload}=  Get Reactive Robot Payload
    Log   "Done!"

Add CLI arguments for project initialization

It's better to implement a new cli parameter for creating new projects from scratch like below;

reactive_robot new --help
Usage: reactive_robot new [OPTIONS] PROJECT_DIRECTORY

Create a new robot service

Options:
  -q, --quiet    Silence warnings
  -v, --verbose  Enable verbose output
  -h, --help     Show this message and exit.

S3 Configuration for uploading execution reports

In the configuration file, we might have a configuration for any generic object storage like below;

...
s3:
  host: [S3_HOST]
  access_key [S3_ACCESS_KEY]
  secret_key: [S3_SECRET_KEY]
  bucket_name: reactive-robot
...

and upload robot reports with a convention like this;

  • [bucket_name]/[binding_display_name]/[YEARMONTHDAY.BUILDNUM]/report.html'

  • [bucket_name]/[binding_display_name]/[YEARMONTHDAY.BUILDNUM]/log.html'

  • [bucket_name]/[binding_display_name]/[YEARMONTHDAY.BUILDNUM]/output.xml'

Hooks configuration to trigger after robot execution

Allowing to registering hooks would be beneficial especially when we want inform the status of the robot binding to live feeds like Slack, Teams, Discord.

hooks:
  - name: Slack
    url: https://example.com/postreceive
    content-type: application/json
    when: fail 

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.