@genesislcap/foundation-login 14.30.3 → 14.32.0

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.
Files changed (2) hide show
  1. package/package.json +23 -38
  2. package/playwright.config.ts +1 -25
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-login",
3
3
  "description": "Genesis Foundation Login",
4
- "version": "14.30.3",
4
+ "version": "14.32.0",
5
5
  "license": "SEE LICENSE IN license.txt",
6
6
  "main": "dist/esm/index.js",
7
7
  "types": "dist/foundation-login.d.ts",
@@ -32,51 +32,36 @@
32
32
  "./package.json": "./package.json"
33
33
  },
34
34
  "scripts": {
35
- "build": "genx build",
36
- "build:webpack": "genx build -b webpack",
37
- "build:webpack:stats": "genx analyze -b webpack",
35
+ "build": "genx build -b ts",
36
+ "build:webpack": "genx build",
37
+ "build:webpack:stats": "genx analyze",
38
38
  "clean": "genx clean",
39
39
  "dev": "npm run dev:webpack",
40
40
  "dev:no-open": "npm run dev:webpack -- --no-open",
41
- "dev:webpack": "cross-env NODE_ENV=development API_HOST=$npm_package_config_API_HOST DEFAULT_USER=$npm_package_config_DEFAULT_USER DEFAULT_PASSWORD=$npm_package_config_DEFAULT_PASSWORD genx dev -b webpack",
41
+ "dev:webpack": "cross-env NODE_ENV=development API_HOST=$npm_package_config_API_HOST DEFAULT_USER=$npm_package_config_DEFAULT_USER DEFAULT_PASSWORD=$npm_package_config_DEFAULT_PASSWORD genx dev",
42
42
  "dev:webpack:https": "npm run dev:webpack -- --https",
43
43
  "serve": "genx serve",
44
- "test": "npm run test:unit",
45
- "test:coverage": "c8 --include=src npm run test:unit",
46
- "test:coverage:report": "npm run test:coverage && c8 report --reporter=text-lcov > coverage.lcov",
47
- "test:coverage:report:nyc": "npm run test:unit:browser -- --cov && npx nyc report --reporter=html",
48
- "test:e2e": "npx playwright test --config=./playwright.config.ts",
49
- "test:e2e:debug": "npm run test:e2e -- --debug",
50
- "test:e2e:ui": "npx playwright test --ui --config=./playwright.config.ts",
51
- "test:unit": "npm run test:unit:node",
52
- "test:unit:browser": "playwright-test \"./**/*.test.ts\" --runner uvu",
53
- "test:unit:browser:watch": "npm run test:unit:browser -- -w -d",
54
- "test:unit:node": "npm run test:unit:node:src && npm run test:unit:node:test",
55
- "test:unit:node:src": "uvu -r tsm -r esm -r ./jsdom.setup.ts ./src \".*.test.ts\"",
56
- "test:unit:node:test": "uvu -r tsm -r esm -r ./jsdom.setup.ts ./test/unit \".*.test.ts\"",
57
- "test:unit:watch": "watchlist src test -- npm run test:unit"
44
+ "test": "genx test",
45
+ "test:coverage": "genx test --coverage",
46
+ "test:coverage:browser": "genx test --coverage --browser",
47
+ "test:e2e": "genx test --e2e",
48
+ "test:e2e:debug": "genx test --e2e --debug",
49
+ "test:e2e:ui": "genx test --e2e --interactive",
50
+ "test:unit:browser": "genx test --browser",
51
+ "test:unit:browser:watch": "genx test --browser --watch",
52
+ "test:unit:watch": "genx test --watch",
53
+ "test:debug": "genx test --debug"
58
54
  },
59
55
  "devDependencies": {
60
- "@genesislcap/foundation-testing": "^14.30.3",
61
- "@genesislcap/genx": "^14.30.3",
62
- "@playwright/test": "^1.18.1",
63
- "c8": "^7.11.0",
64
- "cross-env": "^7.0.3",
65
- "esm": "^3.2.25",
66
- "jsdom": "^19.0.0",
67
- "lighthouse": "^9.6.8",
68
- "playwright-lighthouse": "^2.2.2",
69
- "playwright-test": "^8.4.0",
70
- "tsm": "^2.2.1",
71
- "typescript": "^4.5.5",
72
- "uvu": "0.5.4",
73
- "watchlist": "^0.3.1"
56
+ "@genesislcap/foundation-testing": "^14.32.0",
57
+ "@genesislcap/genx": "^14.32.0",
58
+ "cross-env": "^7.0.3"
74
59
  },
75
60
  "dependencies": {
76
- "@genesislcap/foundation-comms": "^14.30.3",
77
- "@genesislcap/foundation-ui": "^14.30.3",
78
- "@genesislcap/foundation-utils": "^14.30.3",
79
- "@genesislcap/foundation-zero": "^14.30.3",
61
+ "@genesislcap/foundation-comms": "^14.32.0",
62
+ "@genesislcap/foundation-ui": "^14.32.0",
63
+ "@genesislcap/foundation-utils": "^14.32.0",
64
+ "@genesislcap/foundation-zero": "^14.32.0",
80
65
  "@microsoft/fast-components": "^2.21.3",
81
66
  "@microsoft/fast-element": "^1.7.0",
82
67
  "@microsoft/fast-foundation": "^2.33.2",
@@ -93,5 +78,5 @@
93
78
  "access": "public"
94
79
  },
95
80
  "customElements": "dist/custom-elements.json",
96
- "gitHead": "5f2858b6708b64c5ed6378fc54e09629539a563a"
81
+ "gitHead": "90c5bb2e7631cbf03d48f408f54a35b3e5a2ea2f"
97
82
  }
@@ -1,25 +1 @@
1
- import { configDefaults } from '@genesislcap/foundation-testing/e2e';
2
- import type { PlaywrightTestConfig } from '@playwright/test';
3
-
4
- /**
5
- * If this was an app level config, we might import each fixture from the mfs we're using to create a union
6
- */
7
- import type { TestFixture as LoginFixture } from './test/e2e';
8
-
9
- type Fixtures = LoginFixture & {}; // < and several others if this was app level
10
-
11
- const config: PlaywrightTestConfig<Fixtures> = {
12
- ...configDefaults,
13
- webServer: {
14
- command: 'npm run dev:no-open',
15
- url: 'http://localhost:5030/',
16
- timeout: 120000,
17
- reuseExistingServer: !process.env.CI,
18
- },
19
- use: {
20
- baseURL: 'http://localhost:5030/',
21
- },
22
- // reporter: [['html', { open: 'never' }]],
23
- };
24
-
25
- export default config;
1
+ export { configDefaults as default } from '@genesislcap/foundation-testing/e2e';