artillery-xml-capture

XPath capture support for Artillery

MPL-2.0 2 个版本
安装
npm install artillery-xml-capture
yarn add artillery-xml-capture
pnpm add artillery-xml-capture
bun add artillery-xml-capture
README

XML/XPath support for Artillery

This is an optional dependency for Artillery to enable parsing and capturing XML in HTTP responses.

Install with:

npm install -g artillery-xml-capture

or if the installation of Artillery is local to a project:

npm install --save-dev artillery-xml-capture

History

This code used be part of artillery-core but it has been extracted into a separate package, because of frequent build/installation problems with libxmljs.

版本列表
1.0.1 2016-04-08
1.0.0 2016-04-06