Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Luma Project

Luma Tests Run

Allure Report

Maven commands

Validate the project is correct and all necessary information is available

mvn validate

Compile the source code of the project

mvn compile

Run unit tests from Command line

mvn test

Take the compiled code and package it in its distributable format

mvn package

Run integration tests from Command line

mvn verify

Build the project with Maven Tool

mvn -B package --file pom.xml

Clean, install, and generate report

mvn clean install site -P test

Clean, install with details

mvn clean install -X

Clean, install skip Test

mvn clean install -DskipTests

Allure Report

mvn clean surefire-report:report

About

Allure

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages