- Read the guideline before start
In this task, you will implement search feature for your website and write tests for your project.
- Implement search feature for all 3 pages with content:
- drivers - by username
- cars - by model
- manufacturers - by name
- Write tests for custom and for core project features (no need to test built-in functionality). Use this tutorial as helper. You decide what to test and how to test (train your testing skills here).
NOTE: Attach screenshots of all created pages to pull request. It's important to attach images not links to them.