This GitHub project, led by Denis Tadzhibaev, was initiated by a team under his leadership at RedRoverSchool. Contributors:
"magento.softwaretestingboard.com" is a test instance of the Magento e-commerce platform.
It is specifically created for testing purposes, allowing users to experiment with various features and functionalities of Magento. The website provides access to an admin interface for configuring and managing the store.
Testers can perform functionality testing by adding items to the cart, placing orders, and exploring the user interface. It offers an opportunity for performance testing, allowing testers to evaluate page load times and assess system responsiveness under load. Please note that the data and content on this test instance are not real and are solely for testing purposes.
(This description was created by ChatGPT)
-
Clone repository to your machine.
-
Navigate to the root folder of the project.
-
Create a virtual environment.
-
Run command pip install -r requirements.txt
-
After, execute pytest -s -v to run tests.