@constructive-io/playwright-test 2.6.2 → 2.6.3

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/README.md +12 -0
  2. package/package.json +10 -10
package/README.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @constructive-io/playwright-test
2
2
 
3
+ <p align="center" width="100%">
4
+ <img height="250" src="https://raw.githubusercontent.com/constructive-io/constructive/refs/heads/main/assets/outline-logo.svg" />
5
+ </p>
6
+
7
+ <p align="center" width="100%">
8
+ <a href="https://github.com/constructive-io/constructive/actions/workflows/run-tests.yaml">
9
+ <img height="20" src="https://github.com/constructive-io/constructive/actions/workflows/run-tests.yaml/badge.svg" />
10
+ </a>
11
+ <a href="https://github.com/constructive-io/constructive/blob/main/LICENSE"><img height="20" src="https://img.shields.io/badge/license-MIT-blue.svg"/></a>
12
+ <a href="https://www.npmjs.com/package/@constructive-io/playwright-test"><img height="20" src="https://img.shields.io/github/package-json/v/constructive-io/constructive?filename=graphql%2Fplaywright-test%2Fpackage.json"/></a>
13
+ </p>
14
+
3
15
  Constructive Playwright Testing with HTTP server support for end-to-end testing.
4
16
 
5
17
  This package extends `@constructive-io/graphql-test` to provide an actual HTTP server for Playwright and other E2E testing frameworks. It creates isolated test databases and starts a GraphQL server that bypasses domain routing, making it perfect for integration testing.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@constructive-io/playwright-test",
3
- "version": "2.6.2",
3
+ "version": "2.6.3",
4
4
  "author": "Constructive <developers@constructive.io>",
5
5
  "description": "Constructive Playwright Testing with HTTP server support",
6
6
  "main": "index.js",
@@ -35,16 +35,16 @@
35
35
  "makage": "^0.1.10"
36
36
  },
37
37
  "dependencies": {
38
- "@constructive-io/graphql-env": "^3.4.3",
39
- "@constructive-io/graphql-server": "^4.11.0",
40
- "@constructive-io/graphql-test": "^4.6.1",
41
- "@constructive-io/graphql-types": "^3.3.3",
42
- "@pgpmjs/types": "^2.19.2",
38
+ "@constructive-io/graphql-env": "^3.4.4",
39
+ "@constructive-io/graphql-server": "^4.11.1",
40
+ "@constructive-io/graphql-test": "^4.6.2",
41
+ "@constructive-io/graphql-types": "^3.3.4",
42
+ "@pgpmjs/types": "^2.19.3",
43
43
  "express": "^5.2.1",
44
- "graphile-test": "^4.5.3",
44
+ "graphile-test": "^4.5.4",
45
45
  "pg": "^8.20.0",
46
- "pg-cache": "^3.3.3",
47
- "pgsql-test": "^4.5.3"
46
+ "pg-cache": "^3.3.4",
47
+ "pgsql-test": "^4.5.4"
48
48
  },
49
49
  "keywords": [
50
50
  "testing",
@@ -55,5 +55,5 @@
55
55
  "e2e",
56
56
  "integration"
57
57
  ],
58
- "gitHead": "21fd7c2c30663548cf15aa448c1935ab56e5497d"
58
+ "gitHead": "8afe6b19da82facbe5f3365762ba52888af5b3c9"
59
59
  }