@stablyai/playwright-test 2.0.12 → 2.0.15

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.cts CHANGED
@@ -5,8 +5,8 @@ export { Agent, setApiKey } from '@stablyai/playwright-base';
5
5
  import * as _playwright_test from '@playwright/test';
6
6
  import { defineConfig as defineConfig$1, test as test$1 } from '@playwright/test';
7
7
  export * from '@playwright/test';
8
- import { S as StablyNotificationConfig } from './index.d-DaMmBaG3.cjs';
9
- export { N as NotificationResultPolicy, P as ProjectNotificationConfig, a as StablyEmailNotificationConfig, b as StablyReporterOptions, c as StablySlackNotificationConfig, s as stablyReporter } from './index.d-DaMmBaG3.cjs';
8
+ import { S as StablyNotificationConfig } from './index.d-BjGuH5NO.cjs';
9
+ export { N as NotificationResultPolicy, P as ProjectNotificationConfig, a as StablyEmailNotificationConfig, b as StablyReporterOptions, c as StablySlackNotificationConfig, s as stablyReporter } from './index.d-BjGuH5NO.cjs';
10
10
  import 'child_process';
11
11
  import 'stream';
12
12
  import 'fs';
package/dist/index.d.mts CHANGED
@@ -5,8 +5,8 @@ export { Agent, setApiKey } from '@stablyai/playwright-base';
5
5
  import * as _playwright_test from '@playwright/test';
6
6
  import { defineConfig as defineConfig$1, test as test$1 } from '@playwright/test';
7
7
  export * from '@playwright/test';
8
- import { S as StablyNotificationConfig } from './index.d-DaMmBaG3.mjs';
9
- export { N as NotificationResultPolicy, P as ProjectNotificationConfig, a as StablyEmailNotificationConfig, b as StablyReporterOptions, c as StablySlackNotificationConfig, s as stablyReporter } from './index.d-DaMmBaG3.mjs';
8
+ import { S as StablyNotificationConfig } from './index.d-BjGuH5NO.mjs';
9
+ export { N as NotificationResultPolicy, P as ProjectNotificationConfig, a as StablyEmailNotificationConfig, b as StablyReporterOptions, c as StablySlackNotificationConfig, s as stablyReporter } from './index.d-BjGuH5NO.mjs';
10
10
  import 'child_process';
11
11
  import 'stream';
12
12
  import 'fs';
package/dist/index.d.ts CHANGED
@@ -5,8 +5,8 @@ export { Agent, setApiKey } from '@stablyai/playwright-base';
5
5
  import * as _playwright_test from '@playwright/test';
6
6
  import { defineConfig as defineConfig$1, test as test$1 } from '@playwright/test';
7
7
  export * from '@playwright/test';
8
- import { S as StablyNotificationConfig } from './index.d-DaMmBaG3.js';
9
- export { N as NotificationResultPolicy, P as ProjectNotificationConfig, a as StablyEmailNotificationConfig, b as StablyReporterOptions, c as StablySlackNotificationConfig, s as stablyReporter } from './index.d-DaMmBaG3.js';
8
+ import { S as StablyNotificationConfig } from './index.d-BjGuH5NO.js';
9
+ export { N as NotificationResultPolicy, P as ProjectNotificationConfig, a as StablyEmailNotificationConfig, b as StablyReporterOptions, c as StablySlackNotificationConfig, s as stablyReporter } from './index.d-BjGuH5NO.js';
10
10
  import 'child_process';
11
11
  import 'stream';
12
12
  import 'fs';
package/dist/index.mjs CHANGED
@@ -4,7 +4,7 @@ import { test as test$2, expect as expect$1, defineConfig as defineConfig$1 } fr
4
4
  export * from '@playwright/test';
5
5
  import { augmentPage, augmentBrowserContext, augmentBrowser, stablyPlaywrightMatchers } from '@stablyai/playwright-base';
6
6
  export { Agent, setApiKey } from '@stablyai/playwright-base';
7
- export { B as stablyReporter } from './index-YCMYxOS2.mjs';
7
+ export { x as stablyReporter } from './index-BklBJUIC.mjs';
8
8
  import 'node:buffer';
9
9
  import 'node:path';
10
10
  import 'node:child_process';
package/dist/reporter.cjs CHANGED
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var index = require('./index-Cf1SUa76.cjs');
3
+ var index = require('./index-Da3bGLIB.cjs');
4
4
  require('node:buffer');
5
5
  require('node:path');
6
6
  require('node:child_process');
@@ -30,5 +30,5 @@ require('os');
30
30
 
31
31
 
32
32
 
33
- module.exports = index.jn;
33
+ module.exports = index.Vn;
34
34
  //# sourceMappingURL=reporter.cjs.map
@@ -1,5 +1,5 @@
1
1
  import "@stablyai/playwright-base";
2
- import { d as StablyReporter } from './index.d-DaMmBaG3.cjs';
2
+ import { d as StablyReporter } from './index.d-BjGuH5NO.cjs';
3
3
  import 'child_process';
4
4
  import 'stream';
5
5
  import 'fs';
@@ -1,5 +1,5 @@
1
1
  import "@stablyai/playwright-base";
2
- import { d as StablyReporter } from './index.d-DaMmBaG3.mjs';
2
+ import { d as StablyReporter } from './index.d-BjGuH5NO.mjs';
3
3
  import 'child_process';
4
4
  import 'stream';
5
5
  import 'fs';
package/dist/reporter.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import { j as jn } from './index-YCMYxOS2.mjs';
1
+ import { V as Vn } from './index-BklBJUIC.mjs';
2
2
  import 'node:buffer';
3
3
  import 'node:path';
4
4
  import 'node:child_process';
@@ -28,5 +28,5 @@ import 'os';
28
28
 
29
29
 
30
30
 
31
- export { jn as default };
31
+ export { Vn as default };
32
32
  //# sourceMappingURL=reporter.mjs.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stablyai/playwright-test",
3
- "version": "2.0.12",
3
+ "version": "2.0.15",
4
4
  "description": "Playwright Test wrapper with Stably AI matchers",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",
@@ -31,11 +31,11 @@
31
31
  "dist"
32
32
  ],
33
33
  "dependencies": {
34
- "@stablyai/playwright": "2.0.12",
35
- "@stablyai/playwright-base": "2.0.12"
34
+ "@stablyai/playwright": "2.0.15",
35
+ "@stablyai/playwright-base": "2.0.15"
36
36
  },
37
37
  "devDependencies": {
38
- "@stablyai/playwright-reporter": "1.3.3"
38
+ "@stablyai/playwright-reporter": "1.3.5"
39
39
  },
40
40
  "peerDependencies": {
41
41
  "@playwright/test": "^1.52.0"