We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6faa5cb commit 74b945dCopy full SHA for 74b945d
packages/artillery-engine-playwright/index.js
@@ -8,6 +8,11 @@ class PlaywrightEngine {
8
9
this.config = script.config?.engines?.playwright || {};
10
this.processor = script.config.processor || {};
11
+
12
+ if (script.$rewriteMetricName) {
13
+ this.processor.$rewriteMetricName = script.$rewriteMetricName;
14
+ }
15
16
this.launchOptions = this.config.launchOptions || {};
17
this.contextOptions = this.config.contextOptions || {};
18
0 commit comments