WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

SkyAPMTest/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 SkyWalking 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