0.3.0 • Published 3 years ago

eum-utilities2 v0.3.0

Weekly downloads
2
License
ISC
Repository
-
Last release
3 years ago

eum-utilities

Bundle of utility functions to help with AppD EUM load in demo environment

Functions

Various functions used to generate mobile and browser load

Unit Testing

Run npm install to get jasmine (js testing framework), and then run npm test. All unit tests are located in the spec directory.

End to End (e2e) Testing

e2e testing also relies on jasmine, and focuses on "live" scenarios, like POSTing a mobile beacon to a real EUM collector, or parsing out correlation headers from an application server running AppDynamics APM. This can be useful for troubleshooting issues, and validating new components (new Java agent, new version of EUM collector) don't break things.

To run a test, from the main directory, use something like ./node_modules/jasmine/bin/jasmine.js e2e/requestPageECommerce-e2e-spec.js

0.3.0

3 years ago

0.2.0

3 years ago

0.1.5

3 years ago

0.1.2

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.1

3 years ago

0.1.0

4 years ago