Skip to content

Commit

Permalink
[feat] pretty print markdown results (#559)
Browse files Browse the repository at this point in the history
Use proper template engine to generate HTML result tables. This will allow for easily comparing the compatibility changes.

Resolves: #551
  • Loading branch information
dariuszkuc authored Nov 27, 2023
1 parent ae4cdc4 commit 8455b05
Show file tree
Hide file tree
Showing 5 changed files with 255 additions and 164 deletions.
37 changes: 33 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion packages/compatibility/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apollo/federation-subgraph-compatibility-tests",
"version": "2.0.1",
"version": "2.1.0",
"description": "Apollo Federation Subgraph Compatibility tests",
"author": "Apollo <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -31,13 +31,15 @@
"graphql": "^16.8.0",
"jest": "^29.6.4",
"make-fetch-happen": "^13.0.0",
"mustache": "^4.2.0",
"pm2": "^5.3.0",
"ts-jest": "^29.1.1"
},
"devDependencies": {
"@types/debug": "4.1.9",
"@types/jest": "29.5.5",
"@types/make-fetch-happen": "10.0.2",
"@types/mustache": "^4.2.5",
"@types/node": "18.18.4"
},
"release": {
Expand Down
Loading

0 comments on commit 8455b05

Please sign in to comment.