Commit Graph

11 Commits (83cf8ed165ff3ee1cd252ce508ad7f3383c7c92a)

Author SHA1 Message Date
Boaz Poolman 943b83be90 fix: integration tests 2024-05-08 22:50:04 +02:00
Boaz Poolman 1c6f990d4d fix: use createStrapi in the tests helpers 2024-05-08 21:21:45 +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 19f5ba15f8 chore: More frequent database cleanups in between integration tests 2023-10-19 19:23:50 +02:00
Boaz Poolman 5b9eaee29f fix: Use sed in ci 2023-10-19 09:15:39 +02:00
Boaz Poolman 1acf0eee19 fix: Use sed in pipeline 2023-10-19 08:51:19 +02:00
Boaz Poolman 9333e8518b fix: Try using sed in pipeline 2023-10-19 08:33:57 +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