Skip to content

rongfengliang/just-api-basic-test

Repository files navigation

jsut api test demo project

How to run(local)

  • install deps
yarn
  • run test
yarn test
  • run report
yarn report

How to Run With docker

  • build image
docker-compose build
  • view result
docker-compose up -d

open http://localhost:8080