Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
play

GitHub Action

Robot Framework

v0.1 Pre-release

Robot Framework

play

Robot Framework

Run Robot Framework tests

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Robot Framework

uses: joonvena/[email protected]

Learn more about this action in joonvena/robotframework-docker-action

Choose a version

Robot Framework Docker Action

This action runs Robot Framework tests using ppodgorsek image.

Example usage

BROWSER, ROBOT_TESTS_DIR & ROBOT_REPORTS_DIR have to be defined.

  robot_test:
    runs-on: ubuntu-latest
    name: Run Robot Framework Tests
    steps:
      - name: Checkout
        uses: actions/checkout@v2
      - name: Robot Framework
        uses: joonvena/robotframework-docker-action@v1
        env:
          BROWSER: chrome
          ROBOT_TESTS_DIR: ./test
          ROBOT_REPORTS_DIR: ./reports