Loading repository data…
Loading repository data…
FrameworkOpenBDT / repository
Archetype para a criação de um novo projeto contendo um breve exemplo.
An archetype has the purpose to create projects based on its definitions in the most possible easy way. Starting creating your project following these instructions bellow.
To generate projects using this archetype, you must install it before. After cloning this repository, inside its folder, type the command
mvn install
mvn archetype:generate -DarchetypeCatalog=local
Inside the project folder that you already created, the file thucydides.properties has some attributes that must be changed before running the test.
After setting the properties above, you can run the test already defined in the project. Inside the project folder type the command
mvn verify
end the test should be started.