Skip to content

Commit

Permalink
Prerequesites for Browser ans Selenium Libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
damies13 committed Mar 22, 2024
1 parent 972e37f commit 2f30a3e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/Regression_Tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 4 additions & 0 deletions Regression_Tests/pip_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,7 @@ robotframework-requests
robotframework-jsonvalidator

RESTinstance

robotframework-browser

robotframework-seleniumlibrary

0 comments on commit 2f30a3e

Please sign in to comment.