@stablyai/playwright-test 2.1.3 → 2.1.4
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-Cjfxwz2m.cjs → index-BiH_l27L.cjs} +125 -120
- package/dist/index-BiH_l27L.cjs.map +1 -0
- package/dist/{index-B3E10pom.mjs → index-qlzCaqyv.mjs} +125 -120
- package/dist/index-qlzCaqyv.mjs.map +1 -0
- package/dist/index.cjs +2 -2
- package/dist/{index.d-BjGuH5NO.d.cts → index.d-CfL0nHdR.d.cts} +2 -1
- package/dist/{index.d-BjGuH5NO.d.cts.map → index.d-CfL0nHdR.d.cts.map} +1 -1
- package/dist/{index.d-BjGuH5NO.d.mts → index.d-CfL0nHdR.d.mts} +2 -1
- package/dist/{index.d-BjGuH5NO.d.mts.map → index.d-CfL0nHdR.d.mts.map} +1 -1
- package/dist/{index.d-BjGuH5NO.d.ts → index.d-CfL0nHdR.d.ts} +2 -1
- package/dist/{index.d-BjGuH5NO.d.ts.map → index.d-CfL0nHdR.d.ts.map} +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.mjs +2 -2
- package/dist/reporter.cjs +1 -1
- package/dist/reporter.d.cts +1 -1
- package/dist/reporter.d.mts +1 -1
- package/dist/reporter.mjs +1 -1
- package/package.json +3 -3
- package/dist/index-B3E10pom.mjs.map +0 -1
- package/dist/index-Cjfxwz2m.cjs.map +0 -1
package/dist/index.d.cts
CHANGED
|
@@ -5,8 +5,8 @@ export { AIModel, Agent, GetLocatorsByAIOptions, GetLocatorsByAIResult, Screensh
|
|
|
5
5
|
import * as _playwright_test from '@playwright/test';
|
|
6
6
|
import { BrowserContext, 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-
|
|
9
|
-
export { N as NotificationResultPolicy, P as ProjectNotificationConfig, a as StablyEmailNotificationConfig, b as StablyReporterOptions, c as StablySlackNotificationConfig, s as stablyReporter } from './index.d-
|
|
8
|
+
import { S as StablyNotificationConfig } from './index.d-CfL0nHdR.cjs';
|
|
9
|
+
export { N as NotificationResultPolicy, P as ProjectNotificationConfig, a as StablyEmailNotificationConfig, b as StablyReporterOptions, c as StablySlackNotificationConfig, s as stablyReporter } from './index.d-CfL0nHdR.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 { AIModel, Agent, GetLocatorsByAIOptions, GetLocatorsByAIResult, Screensh
|
|
|
5
5
|
import * as _playwright_test from '@playwright/test';
|
|
6
6
|
import { BrowserContext, 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-
|
|
9
|
-
export { N as NotificationResultPolicy, P as ProjectNotificationConfig, a as StablyEmailNotificationConfig, b as StablyReporterOptions, c as StablySlackNotificationConfig, s as stablyReporter } from './index.d-
|
|
8
|
+
import { S as StablyNotificationConfig } from './index.d-CfL0nHdR.mjs';
|
|
9
|
+
export { N as NotificationResultPolicy, P as ProjectNotificationConfig, a as StablyEmailNotificationConfig, b as StablyReporterOptions, c as StablySlackNotificationConfig, s as stablyReporter } from './index.d-CfL0nHdR.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 { AIModel, Agent, GetLocatorsByAIOptions, GetLocatorsByAIResult, Screensh
|
|
|
5
5
|
import * as _playwright_test from '@playwright/test';
|
|
6
6
|
import { BrowserContext, 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-
|
|
9
|
-
export { N as NotificationResultPolicy, P as ProjectNotificationConfig, a as StablyEmailNotificationConfig, b as StablyReporterOptions, c as StablySlackNotificationConfig, s as stablyReporter } from './index.d-
|
|
8
|
+
import { S as StablyNotificationConfig } from './index.d-CfL0nHdR.js';
|
|
9
|
+
export { N as NotificationResultPolicy, P as ProjectNotificationConfig, a as StablyEmailNotificationConfig, b as StablyReporterOptions, c as StablySlackNotificationConfig, s as stablyReporter } from './index.d-CfL0nHdR.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 { requireApiKey, augmentPage, augmentBrowserContext, augmentBrowser, stablyPlaywrightMatchers } from '@stablyai/playwright-base';
|
|
6
6
|
export { Agent, setApiKey } from '@stablyai/playwright-base';
|
|
7
|
-
export { T as stablyReporter } from './index-
|
|
7
|
+
export { T as stablyReporter } from './index-qlzCaqyv.mjs';
|
|
8
8
|
import 'node:buffer';
|
|
9
9
|
import 'node:path';
|
|
10
10
|
import 'node:child_process';
|
|
@@ -849,7 +849,7 @@ var postInternalV1TestAccountGoogleAuthState = (options) => {
|
|
|
849
849
|
};
|
|
850
850
|
|
|
851
851
|
const getApiUrl = () => process.env.STABLY_API_URL ?? "https://api.stably.ai";
|
|
852
|
-
const sdkVersion = "2.1.
|
|
852
|
+
const sdkVersion = "2.1.4" ;
|
|
853
853
|
const assertNonEmptyString = (value, fieldName) => {
|
|
854
854
|
if (!value.trim()) {
|
|
855
855
|
throw new Error(`Missing required field: ${fieldName}`);
|
package/dist/reporter.cjs
CHANGED
package/dist/reporter.d.cts
CHANGED
package/dist/reporter.d.mts
CHANGED
package/dist/reporter.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stablyai/playwright-test",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.4",
|
|
4
4
|
"description": "Playwright Test wrapper with Stably AI matchers",
|
|
5
5
|
"main": "./dist/index.cjs",
|
|
6
6
|
"module": "./dist/index.mjs",
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
"dist"
|
|
32
32
|
],
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@stablyai/playwright": "2.1.
|
|
35
|
-
"@stablyai/playwright-base": "2.1.
|
|
34
|
+
"@stablyai/playwright": "2.1.4",
|
|
35
|
+
"@stablyai/playwright-base": "2.1.4"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@stablyai-internal/api-client": "^0.1.6",
|