@browsermation/test 0.0.6 → 0.0.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/bin/cli.js +2 -2
- package/dist/index.js +0 -0
- package/package.json +2 -2
- package/dist/bin/cli.d.ts +0 -2
- package/dist/core.d.ts +0 -9
- package/dist/defineConfig.d.ts +0 -2
- package/dist/esbuild.d.ts +0 -1
- package/dist/http.d.ts +0 -1
- package/dist/index.d.ts +0 -2
- package/dist/index.mjs +0 -48305
- package/dist/playwright.d.ts +0 -3
- package/dist/test.d.ts +0 -1
- package/dist/tunnel.d.ts +0 -5
- package/dist/zip.d.ts +0 -6
package/dist/playwright.d.ts
DELETED
package/dist/test.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const test: import("@playwright/test").TestType<import("@playwright/test").PlaywrightTestArgs & import("@playwright/test").PlaywrightTestOptions, import("@playwright/test").PlaywrightWorkerArgs & import("@playwright/test").PlaywrightWorkerOptions>;
|
package/dist/tunnel.d.ts
DELETED
package/dist/zip.d.ts
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Zips a folder to a Buffer. it keeps the folder structure intact.
|
|
3
|
-
* @param folder the folder where the testFiles are located
|
|
4
|
-
* @param testFiles Array of file paths to include in the zip.
|
|
5
|
-
*/
|
|
6
|
-
export declare function zipFolderToBuffer(folder: string, testFiles: string[]): Promise<Buffer>;
|