@empiricalrun/playwright-utils
Advanced tools
Comparing version 0.1.0 to 0.2.0
# @empiricalrun/playwright-utils | ||
## 0.2.0 | ||
### Minor Changes | ||
- 4189f0f: feat: add email client for email testing scenarios | ||
## 0.1.0 | ||
@@ -4,0 +10,0 @@ |
@@ -1,4 +0,3 @@ | ||
import { type PlaywrightTestConfig } from "@playwright/test"; | ||
declare const baseConfig: PlaywrightTestConfig; | ||
export { baseConfig }; | ||
export { baseConfig } from "./config"; | ||
export * from "./email"; | ||
//# sourceMappingURL=index.d.ts.map |
"use strict"; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
var desc = Object.getOwnPropertyDescriptor(m, k); | ||
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { | ||
desc = { enumerable: true, get: function() { return m[k]; } }; | ||
} | ||
Object.defineProperty(o, k2, desc); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.baseConfig = void 0; | ||
const baseConfig = { | ||
testDir: "./tests", | ||
fullyParallel: true, | ||
forbidOnly: false, | ||
retries: process.env.CI ? 2 : 0, | ||
workers: undefined, | ||
reporter: [["html"], ["json", { outputFile: "test-results/summary.json" }]], | ||
use: { | ||
trace: "retain-on-failure", | ||
video: "on", | ||
viewport: { width: 1366, height: 768 }, | ||
actionTimeout: 15000, | ||
}, | ||
expect: { | ||
timeout: 15000, | ||
}, | ||
timeout: 0, | ||
}; | ||
exports.baseConfig = baseConfig; | ||
var config_1 = require("./config"); | ||
Object.defineProperty(exports, "baseConfig", { enumerable: true, get: function () { return config_1.baseConfig; } }); | ||
__exportStar(require("./email"), exports); |
{ | ||
"name": "@empiricalrun/playwright-utils", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"publishConfig": { | ||
@@ -18,5 +18,8 @@ "registry": "https://registry.npmjs.org/", | ||
}, | ||
"dependencies": { | ||
"mailosaur": "^8.6.1" | ||
}, | ||
"scripts": { | ||
"dev": "tsc --build --watch", | ||
"build": "tsc --build", | ||
"build": "tsc --build && node ./../../tools/static-env-vars.js dist", | ||
"clean": "tsc --build --clean", | ||
@@ -23,0 +26,0 @@ "lint": "eslint .", |
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
5386
12
105
0
1
+ Addedmailosaur@^8.6.1
+ Addedagent-base@6.0.2(transitive)
+ Addeddebug@4.4.0(transitive)
+ Addedhttps-proxy-agent@5.0.1(transitive)
+ Addedmailosaur@8.8.0(transitive)
+ Addedms@2.1.3(transitive)