Python template for GUI and API test of gorest.co.in website. API tests are written by only using pytest and requests and selenium is used for GUI tests. This is an developing repo to experience the best practices of API and GUI testing.
API test cases are written for gorest.co.in/users endpoint
1 - Get all users.
2 - Get user with a specific first name.
3 - Add a user.
4 - Try to add an already existing user.
The only GUI test currently is checking the send button on gorest.co.in/rest-console.html
Install prequisites with;
pip install -r requirements.txt