Installation

Step 1: Go to https://app.deeptest.sh and create a free account. Step 2: Install the Recorder.
<head>
  ...
  <script
    data-api-key="<PUBLIC_TOKEN>"
    src="https://snippet.deeptest.sh/v1/deeptest.min.js"
  ></script>

  <!--Deeptest snippet should be added before your app -->
  ...
  <script src="main_app.js"></script>
</head>
Make sure to replace <PUBLIC_TOKEN> to the public token from your account. Deeptest will automatically create a test suite by watching as you develop on localhost, staging, etc. As your application evolves so does this test suite. Step 3: Install the GitHub app and grant it access to your repository. That’s it! You’re ready to start testing your app. 🎉