PWAD is a thin wrapper over Newman CLI that enables Drill4J metrics for Postman collection runs.
TIP: for a development-related info see the DEVELOPMENT.md
Most of Newman CLI parameters are supported via optional .json config supplied with --newman-config-path
See Postman`s official docs for a further reference
Drill4J services deployed and agent configured. See our website for further reference https://drill4j.github.io/
Simplest example call
pwad -c my-collection.json --drill-admin-url localhost:8090 --drill-agent-id my-awesome-agent
Enable HTML reporter example call
pwad -c my-collection.json --drill-admin-url localhost:8090 --drill-agent-id my-awesome-agent --reporters html
Launch with env example call
pwad -c my-collection.json -e my-env.json --drill-admin-url localhost:8090 --drill-agent-id my-awesome-agent
Please consider using Drill4J Telegram channel to ask questions and report issues