Getting Started

This is a step-by-step guide to getting set up with ReSim using your own data. We recommend you have our core concepts guide handy while you go through this. At the end of this guide you should have launched your first test suite!

  • Connect up your experiences and builds


    Rather than uploading your existing data to ReSim, we recommend granting limited access to only the data that you need run tests with ReSim: experiences, system build images, and metrics build images. The approach is similar to how you would grant access for Github actions.

    Guide

  • Install the CLI tool


    Install our open source local tooling

    Guide

  • Create a project


    Create a project to house your work and collaborate with your team

    Guide

  • Create a system definition


    Define a system to run tests against

    Guide

  • Add your Experiences


    Create your own set of experiences as inputs for your tests

    Guide

  • Build your system images


    Build a container image containing your system to execute your experiences

    Guide

  • Build your metrics images


    Build a container image containing your metrics build to analyse your output

    Guide

  • Run some tests!


    Create your test suites to run your experiences

    Guide

  • (Optional) Set up CI


    Automate your system builds and use them in your test suites

    Guide

  • Create a report


    See how your system performs over time

    Guide

  • Enable the Overview page


    See how your test suites and metrics are progressing over time

    Guide