Skip to content
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.

Commit

Permalink
add playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
dinhlongviolin1 authored and FredLL-Avaiga committed Apr 21, 2022
1 parent f9edb8d commit 997ee22
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ jobs:
python setup.py build_py && python -m build
rm -rf taipy
pip install dist/*.tar.gz
pip install pytest pytest-mock
pip install pytest pytest-mock pytest-playwright
playwright install chromium
pytest
release:
Expand Down

0 comments on commit 997ee22

Please sign in to comment.