diff --git a/.github/workflows/Regression_Tests.yaml b/.github/workflows/Regression_Tests.yaml index c9596a8..1bcf37f 100644 --- a/.github/workflows/Regression_Tests.yaml +++ b/.github/workflows/Regression_Tests.yaml @@ -21,9 +21,15 @@ jobs: with: python-version: ${{ matrix.python }} + - name: Install NodeJS for Browser Library + uses: actions/setup-node@v4 + - name: Install Pip Requirements run: pip install -r Regression_Tests/pip_requirements.txt + - name: Run rfbrowser init for Browser Library + run: rfbrowser init + - name: Robot Framework run: robot --outputdir Regression_Tests/Logs/${{ matrix.platform }}_${{ matrix.python }} -v STT_MIN:1 -v STT_MAX:5 Regression_Tests diff --git a/Regression_Tests/pip_requirements.txt b/Regression_Tests/pip_requirements.txt index 61a33ba..3eabfba 100644 --- a/Regression_Tests/pip_requirements.txt +++ b/Regression_Tests/pip_requirements.txt @@ -8,3 +8,7 @@ robotframework-requests robotframework-jsonvalidator RESTinstance + +robotframework-browser + +robotframework-seleniumlibrary