Skip to content

lemonade/TestEcommerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

PREPARATION

  • Install Java Development Kit

    Windows (7): Download and install JDK 1.8 at Oracle JDK

    Linux (Ubuntu): Run command sudo apt-get install openjdk-8-jdk

  • Download Apache Maven at Apache Repository

  • Add Maven binary to system path

    Windows (7): Control Panel> System and Security> System> Advanced system settings> Environment variables> System variables> Choose 'Path'> Edit> Add "[Maven directory]/bin" to path (; is separator) > OK> OK> OK

    Linux (Ubuntu): Run command export PATH=$PATH:[Maven directory]/bin

RUN TEST

  • Go to project folder and execute command: mvn test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages