mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-16 01:44:03 +03:00
6621dc6adb
This PR adds e2e snapshot testing for event triggers. We are testing it in 2 ways - 1. testing the shortest possible path to create ET and then modifying it to the longest possible path - here we are testing the shortest path and see no extra fields are added to avoid regression. Then we modify the shortest path to the longest one and see nothing will break on the metadata side 2. testing the longest possible path to create ET and then modifying it to the shortest possible path - here we are testing the longest path and see if all the fields are passing to avoid regression. Then we modify the longest path to the shortest one and see nothing will break on the metadata side 3. More info in the [doc](https://docs.google.com/document/d/1NjZsvd6xOq90lNMai8nKBaWl-LqBWrkiZCHSQ7wusdE/edit) PR-URL: https://github.com/hasura/graphql-engine-mono/pull/8341 GitOrigin-RevId: f44d5297e70fe50fc4f2a2ac43a1707b71398ba1 |
||
---|---|---|
.. | ||
console-ce | ||
console-ce-e2e | ||
console-ee | ||
console-ee-e2e | ||
nx/internal-plugin-e2e | ||
.gitkeep |