arugal / skywalking-client-test

skywalking-client-js test demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Apache SkyWalking Client JS Test

This project provides test skywalking-client-js necessary environment, you could just simple use it to see the data SkyWalking collected and how SkyWalking visualizes on the UI

Quick start

The test project generates traffic automatically through selenium.

Requests: docker, docker-compose.

  1. Run the SkyWaling and test project
npm run rebuild

docker-compose -f test/all-in-one.yaml up -d
  1. Visit SkyWalking UI

http://127.0.0.1:8080

  1. Remove container
docker-compose -f test/all-in-one.yaml down

About

skywalking-client-js test demo

License:Apache License 2.0


Languages

Language:JavaScript 68.0%Language:Python 21.6%Language:Shell 6.1%Language:HTML 4.2%