[APP] Stricter API assertions (#19114)

# Introduction

Improved the ci assertions to be sure the default logic function worked
fully

## what's next
About to introduce a s3 + lambda e2e test to cover the lambda driver too
in addition of the local driver
This commit is contained in:
Paul Rastoin
2026-03-30 16:18:45 +02:00
committed by GitHub
parent 08b041633a
commit c0086646fd
5 changed files with 136 additions and 112 deletions
+1 -1
View File
@@ -188,7 +188,7 @@ jobs:
cd /tmp/e2e-test-workspace/test-app
EXEC_OUTPUT=$(npx --no-install twenty exec --functionName create-hello-world-company)
echo "$EXEC_OUTPUT"
echo "$EXEC_OUTPUT" | grep -q "Created company"
echo "$EXEC_OUTPUT" | grep -q 'Created company.*Hello World.*with id'
- name: Run scaffolded app integration test
env: