Skip to content

Commit

Permalink
GH-55 # Replace Alexa by Tranco on GUI side
Browse files Browse the repository at this point in the history
Update gui dependencies
This fix a moderate vulnerability.

Force tranco initialisation in E2E tests.
  • Loading branch information
Hugo-C committed Apr 21, 2024
1 parent 43db624 commit 8364e6d
Show file tree
Hide file tree
Showing 4 changed files with 382 additions and 334 deletions.
2 changes: 2 additions & 0 deletions docker-compose.playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ services:
environment:
- ROCKET_SENTRY_DSN=123 # this way sentry is disabled but do not crash
- ALEXA_TOP1M_RAW_DATA_PATH=/alexa_top1M.csv
- FORCE_TRANCO_TOP1M_RAW_DATA_PATH=/tranco_top1M.csv
volumes:
- ./tests/fixtures_data/alexa_top1M.csv:/alexa_top1M.csv
- ./tests/fixtures_data/tranco_top1M.csv:/tranco_top1M.csv
depends_on:
- redis

Expand Down
Loading

0 comments on commit 8364e6d

Please sign in to comment.