@probolabs/playwright 1.5.0-rc.5 → 1.5.0-rc.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -114,6 +114,7 @@ interface RunStepParams extends Partial<PlaywrightTimeoutConfig> {
114
114
  isApplyAIContext?: boolean;
115
115
  tabIndex?: number;
116
116
  opensNewTab?: boolean;
117
+ isSecret?: boolean;
117
118
  }
118
119
  interface ProboPlaywrightConfig {
119
120
  timeoutConfig?: Partial<PlaywrightTimeoutConfig>;