diff --git a/cypress/e2e/1-getting-started/app.test.cy.js b/cypress/e2e/1-getting-started/app.test.cy.js
new file mode 100644
index 0000000000000000000000000000000000000000..5716c63356d4ff0eb9440d9ef2ef6df590a6e693
--- /dev/null
+++ b/cypress/e2e/1-getting-started/app.test.cy.js
@@ -0,0 +1,5 @@
+describe('My First Test', () => {
+    it('Does not do much!', () => {
+        expect(true).to.equal(true)
+    })
+})
\ No newline at end of file