Skip to content

Instantly share code, notes, and snippets.

View Harrolee's full-sized avatar
🥧

Lee Harrold Harrolee

🥧
  • SEP
  • Westfield, IN
View GitHub Profile
@Harrolee
Harrolee / cySysTest.md
Last active September 15, 2022 13:58
Multi-Deployment Env variables for Cypress System Test

System Testing Multiple Deployment Environments in Cypress 10

Brief intro to Cypress

In their own words, "Cypress is a next generation front end testing tool built for the modern web." If you are not familiar with Cypress, check out their Getting Started docs and then Write Your First E2E Test. If you've arrived here from a Selenium-based tool, you might appreciate this comparison article from Cypress. I found this Cypress cookbook to be extremely valuable as well.

Cypress 10 released a host of new features in June, 2022. This article will highlight the new configuration file format and explore two str

@Harrolee
Harrolee / index.html
Created July 11, 2021 20:21
MediaPipe - Pose
<body>
<style>
.square-box {
width: 33%;
height: 0;
padding-top: 33%;
position: absolute;
right: 20px;
top: 20px;
}