CDN Scripts for cypress

CDN Options for cypress

Install

npm i cypress
yarn add cypress

JSDelivr

<script src="https://fastly.jsdelivr.net/npm/cypress"></script>

Unpkg

<script src="https://unpkg.com/cypress"></script>

Skypack

<script type="module">
    import lodash from 'https://cdn.skypack.dev/cypress';
  </script>