Steps by Step to create a good automation project.
1 . Write Good Scenarios with Gherkin
2. Define your code language and BDD framework
3. Install selenium
4. Read and understand Page Objects
5. Organize your project
6. Create your pages
7. Create steps
8. Run