Skip to content

huanggm/skywalking-client-test

Repository files navigation

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