Skip to content

kdalma0/U2ReportServer

Repository files navigation

U2Report service

U2Report is reporting service of the U2Tester(Unity3D UI Test Automation Framework)

Install

  1. Install the node.js
    curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
    sudo apt-get install nodejs gcc g++ make
    sudo npm install -g n
    sudo n stable
  1. Install the Angular CLI
    sudo npm install -g @angular/cli
  1. Clone the U2Report Service repository
    sudo apt-get install git
    git clone https://github.com/kdalma0/U2ReportServer.git
  1. Build the U2Report Service
    cd U2ReportServer
    npm install
    ng build
  1. Run the U2Report Service
    node server.js
  1. Visit the U2Report site http://{host address}:8080

More Information

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published