This Target Market system of Inar Academy-Team 1 project aims to automate the testing process for target market-related functionalities in our application. The automation scripts are designed to ensure that the application meets the specific requirements and expectations of our target audience.
Also ensure the Target Market system for Inar Academy-Team 1 is reliable, efficient, and user-friendly, offering a seamless experience for ordering products.
Implemented the structure: -> Design Patterns & Examples in JDK -> Creational Patterns: Singleton, Builder, Factory Method, Prototype -> Structural Patterns -> Behavioral Patterns -> Design Patterns Cheat Sheet
To ensure consistent code style and proper execution of tests, follow these steps:
- Clean and Build the Project:
- Run the command:
mvn clean install
- This command will clean the target directory and build the project.
- Apply Code Formatting:
- Run the command:
mvn spring-javaformat:apply
- This step is essential if you are using Spring and ensures that the code follows the standard Spring format.
- Execute Tests:
- Run the command:
mvn test
- This will execute the automated test suite configured in your project.
Please make sure to run these commands in the root directory of the project
where the pom.xml
file is located.