- 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
6 lines
167 B
Plaintext
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
|