8 lines
249 B
Fish
8 lines
249 B
Fish
# Testing environment variables
|
|
set -gx PLAYWRIGHT_BROWSERS_PATH ~/.cache/ms-playwright
|
|
set -gx PYTEST_CURRENT_TEST ""
|
|
|
|
# Test result formatting
|
|
alias pytest="python -m pytest -v --tb=short"
|
|
alias test-docker="docker run --rm -v (pwd):/app -w /app"
|