Skip to content

Instantly share code, notes, and snippets.

View tobmaster's full-sized avatar
🦄

Tobias Struckmeier tobmaster

🦄
View GitHub Profile
const urls = [
'https://www.doctolib.de/gemeinschaftspraxis/witten/gim-witten',
];
urls.forEach(url => {
it(`Should test ${url}`, (() => {
const testURL = url;
return ()=>{
cy.visit(testURL);
---
to: some/target.txt
inject: true
before: to
---
Hello