You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be ideal to deploy a CTF platform instance using ci/cd and dynamically interact with it to test our code.
First, we need to setup the platform locally (create users, challenges, etc.), then make a snapshot (e.g., for CTFd that would be a DB export) and put it somewhere. When the workflow job runs, it will fetch the config and deploy a platform instance to run the tests on.
The text was updated successfully, but these errors were encountered:
It would be ideal to deploy a CTF platform instance using ci/cd and dynamically interact with it to test our code.
First, we need to setup the platform locally (create users, challenges, etc.), then make a snapshot (e.g., for CTFd that would be a DB export) and put it somewhere. When the workflow job runs, it will fetch the config and deploy a platform instance to run the tests on.
The text was updated successfully, but these errors were encountered: