You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
Robot Framework
v0.1
Pre-release
This action runs Robot Framework tests using ppodgorsek image.
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