-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Playwright CI errors & update local instructions (#2943)
Co-authored-by: Chuck McAndrew <[email protected]>
- Loading branch information
1 parent
db424c3
commit 7e757c5
Showing
8 changed files
with
134 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
KEYCLOAK_USERNAME="USERNAME_OR_GOOGLE_EMAIL" | ||
KEYCLOAK_PASSWORD="PASSWORD" | ||
NEBARI_FULL_URL="https://nebari.quansight.dev/" | ||
NEBARI_FULL_URL="https://localhost/" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
.PHONY: setup | ||
|
||
setup: | ||
@echo "Setting up correct pins for playwright user-journey tests" | ||
pip install -r requirements.txt | ||
@echo "Setting up playwright browser dependencies" | ||
playwright install | ||
@echo "Setting up .env file" | ||
cp .env.tpl .env | ||
@echo "Please fill in the .env file with the correct values" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
playwright==1.50.0 | ||
pytest==8.0.0 | ||
pytest-playwright==0.7.0 | ||
pytest-xdist==3.6.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters