kwork-api/tests/e2e/.env.example
root 8cb0a59063 test: add E2E testing framework
- Add E2E test structure (tests/e2e/)
- Add conftest.py with fixtures and credentials loading
- Add test_auth.py with authentication tests
- Add .env.example template
- Add README.md with usage instructions
- Mark tests with @pytest.mark.e2e
- Add --slowmo option for rate limiting
2026-03-29 01:35:57 +00:00

6 lines
167 B
Plaintext

# Kwork.ru credentials for E2E testing
# Copy this file to .env and fill in your test credentials
KWORK_USERNAME=your_test_username
KWORK_PASSWORD=your_test_password