Run e2e tests on PR check

This commit is contained in:
Sander Declerck 2025-07-30 16:54:57 +02:00
parent c966660a09
commit af53a8fbb8
No known key found for this signature in database
5 changed files with 61 additions and 16 deletions

15
test/e2e/package.json Normal file
View file

@ -0,0 +1,15 @@
{
"name": "@aikidosec/safe-chain-e2e-tests",
"version": "1.0.0",
"description": "End-to-end tests for the Aikido Safe Chain",
"scripts": {
"test": "node --test **/*.spec.js"
},
"keywords": [],
"author": "Aikido Security",
"license": "AGPL-3.0-or-later",
"type": "module",
"dependencies": {
"node-pty": "^1.0.0"
}
}