From aad4162be83486553b08dacf556814f4108a2a81 Mon Sep 17 00:00:00 2001 From: Raphael Kabo Date: Fri, 6 Oct 2023 14:16:39 +0100 Subject: Set up Cypress --- cypress/fixtures/example.json | 5 +++++ cypress/fixtures/test-header.png | Bin 0 -> 2896 bytes 2 files changed, 5 insertions(+) create mode 100644 cypress/fixtures/example.json create mode 100644 cypress/fixtures/test-header.png (limited to 'cypress/fixtures') diff --git a/cypress/fixtures/example.json b/cypress/fixtures/example.json new file mode 100644 index 0000000..02e4254 --- /dev/null +++ b/cypress/fixtures/example.json @@ -0,0 +1,5 @@ +{ + "name": "Using fixtures to represent data", + "email": "hello@cypress.io", + "body": "Fixtures are a great way to mock data for responses to routes" +} diff --git a/cypress/fixtures/test-header.png b/cypress/fixtures/test-header.png new file mode 100644 index 0000000..d8a98cb Binary files /dev/null and b/cypress/fixtures/test-header.png differ -- cgit v1.2.3