//Please remember to include step by step instructions on how to configure them in the readme file.
1 Add project to IntellijIDEA 2 Download Selenium WebDriver from https://www.selenium.dev/downloads/ 3 Add path to the "Base" class in the System.setProperty("webdriver.chrome.driver", " here add path "); 4 Go to "config.properties" and change the number after "+" in the email "email=test+22@test.ii" 5 Execute "RegistrationPageTest" 6 Execute "LoginPageTest"