Skip to content

Commit

Permalink
Added chai and mocha requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
eHag-FRU committed Apr 18, 2024
1 parent 18a8b98 commit eb706d9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/testPlayer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,12 @@ jobs:
- name: Installing all necessary packages
run: pip install -r tests/selenium/requirements.txt

- name: Install Chai Library
run : npm install --global chai

- name: Install Mocha Test Framework
run: npm install @types/chai

# Run tests
- name: Running the Python script
run: python3 tests/selenium/webdriver.py

0 comments on commit eb706d9

Please sign in to comment.