@zohodesk/testinglibrary 0.4.59-n18-experimental → 0.4.61-n18-experimental

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.
@@ -10,13 +10,9 @@ exports.verifyIfCookieFileExists = verifyIfCookieFileExists;
10
10
  var _path = _interopRequireDefault(require("path"));
11
11
  var _fs = require("fs");
12
12
  var _readConfigFile = require("../../readConfigFile");
13
- var _checkAuthDirectory = require("../checkAuthDirectory");
14
13
  var _logger = require("../../../../utils/logger");
15
14
  /* eslint-disable no-console */
16
15
 
17
- const authContent = {
18
- cookies: []
19
- };
20
16
  function getAuthFileDirectory() {
21
17
  const {
22
18
  uatDirectory
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@zohodesk/testinglibrary",
3
- "version": "0.4.59-n18-experimental",
3
+ "version": "0.4.61-n18-experimental",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@zohodesk/testinglibrary",
9
- "version": "0.4.59-n18-experimental",
9
+ "version": "0.4.61-n18-experimental",
10
10
  "hasInstallScript": true,
11
11
  "license": "ISC",
12
12
  "dependencies": {
@@ -10210,10 +10210,11 @@
10210
10210
  }
10211
10211
  },
10212
10212
  "node_modules/typescript": {
10213
- "version": "5.4.2",
10214
- "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.2.tgz",
10215
- "integrity": "sha512-+2/g0Fds1ERlP6JsakQQDXjZdZMM+rqpamFZJEKh4kwTIn3iDkgKtby0CeNd5ATNZ4Ry1ax15TMx0W2V+miizQ==",
10213
+ "version": "5.1.6",
10214
+ "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.1.6.tgz",
10215
+ "integrity": "sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==",
10216
10216
  "devOptional": true,
10217
+ "license": "Apache-2.0",
10217
10218
  "peer": true,
10218
10219
  "bin": {
10219
10220
  "tsc": "bin/tsc",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zohodesk/testinglibrary",
3
- "version": "0.4.59-n18-experimental",
3
+ "version": "0.4.61-n18-experimental",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "scripts": {
@@ -8,7 +8,7 @@ export default defineConfig({
8
8
  outputDir: path.join(process.cwd(), 'uat', 'test-results'),
9
9
  fullyParallel: true,
10
10
  retries: process.env.CI ? 2 : 0,
11
- reporter: [['html', { outputFolder: path.join(process.cwd(), 'uat', 'playwright-report'), open: "always" }]],
11
+ reporter: [['html', { outputFolder: path.join(process.cwd(), 'uat', 'playwright-report'), captureGitInfo: true , open: "always" }]],
12
12
  timeout: 60 * 1000,
13
13
  expect: {
14
14
  timeout: 5 * 1000,