npm i cypress
yarn add cypress
<script src="https://fastly.jsdelivr.net/npm/cypress"></script>
<script src="https://unpkg.com/cypress"></script>
<script type="module"> import lodash from 'https://cdn.skypack.dev/cypress'; </script>