├── README.md ├── google_should_find_selene.py ├── requirements.txt └── test_niffler_login.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qa-guru/getting-started-python/HEAD/README.md -------------------------------------------------------------------------------- /google_should_find_selene.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qa-guru/getting-started-python/HEAD/google_should_find_selene.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | selene==2.0.0rc9 2 | pytest==8.4.1 3 | -------------------------------------------------------------------------------- /test_niffler_login.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qa-guru/getting-started-python/HEAD/test_niffler_login.py --------------------------------------------------------------------------------