Skip to content

add robot docker

add robot docker #5

Workflow file for this run

name: Robot Framework CI
on: push
jobs:
test:
runs-on: ubuntu-latest
name: Setup Python and Run Tests
steps:
- uses: actions/checkout@v4
- name: Execute tests
uses: joonvena/robotframework-docker-action@v0.1
env:
BROWSER: chrome
ROBOT_TESTS_DIR: ${{ github.workspace }}/tests
ROBOT_REPORTS_DIR: ${{ github.workspace }}/reports
- name: Upload test results
uses: actions/upload-artifact@v4
if: always()
with:
name: reports
path: ${{ github.workspace }}/reports