Commit Graph

7 Commits (748a31a0b645b29061ffe18304ee8e9346110ac1)

Author SHA1 Message Date
gboutte 0b71235389 test: restore dist folder after the tests are done 2025-06-29 19:03:27 +02:00
gboutte b45ec9c8d1 test: cli compile strapi only when not already built 2025-06-28 17:37:38 +02:00
Boaz Poolman dd6e2f6c81 chore: Add more integration tests for create/update/delete in CLI 2023-10-22 12:36:28 +02:00
Boaz Poolman 3b7084fa87 chore: Add integration test for the importOnBootstrap setting 2023-10-19 08:19:06 +02:00
Jen Tak 3c0c6d7fdb feat(CLI): Exit with 1 when diff is not empty.
To make it easier to use the diff command in scripts and CI and to align
its API with POSIX diff and diffs on most systems exit with 1 when the
diff is not empty. Keep exiting with 0 when it is.

Fixes #66.
2022-09-04 11:27:01 +02:00
Jen Tak 8f9b344604 Cleanup after integration tests.
Running the tests repeatedly failed as the DB was left in an altered
state which interfered with the subsequent test invocation.

Remove the DB and generated config files after all the tests run.
2022-09-04 11:27:01 +02:00
Boaz Poolman 2b61463060 chore: Integration tests 2021-12-31 13:28:04 +01:00