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
The test project generates traffic automatically through selenium
.
Requests: docker, docker compose.
- Run the SkyWalking and test project
npm run rebuild
docker compose -f test/all-in-one.yaml up -d
- Visit SkyWalking UI
- Remove container
docker compose -f test/all-in-one.yaml down