{"library":"artillery-plugin-expect","install":[{"cmd":"npm install artillery-plugin-expect","imports":["config:\n  plugins:\n    expect: {}","scenarios:\n  - name: My Scenario\n    flow:\n      - get:\n          url: '/api/data'\n          expect:\n            - statusCode: 200\n            - contentType: json\n            - hasProperty: 'items'\n            - equals:\n                - 'expectedValue'\n                - '{{ jsonProp }}'"]},{"cmd":"yarn add artillery-plugin-expect","imports":[]},{"cmd":"pnpm add artillery-plugin-expect","imports":[]}]}