diff --git a/cypress/fixtures/example.json b/cypress/fixtures/example.json
deleted file mode 100644
index 0ff2d64..0000000
--- a/cypress/fixtures/example.json
+++ /dev/null
@@ -1,5 +0,0 @@
-{
-	"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/libraries.json b/cypress/fixtures/libraries.json
new file mode 100644
index 0000000..a0d7789
--- /dev/null
+++ b/cypress/fixtures/libraries.json
@@ -0,0 +1,38 @@
+{
+	"jsLibs": [
+		{
+			"urlPref": "https://code.jquery.com/jquery",
+			"label": "jQuery"
+		},
+		{
+			"urlPref": "https://ajax.googleapis.com/ajax/libs/angularjs/",
+			"label": "Angular"
+		},
+		{
+			"urlPref": "https://cdnjs.cloudflare.com/ajax/libs/react/",
+			"label": "React"
+		},
+		{
+			"urlPref": "https://cdnjs.cloudflare.com/ajax/libs/react-dom/",
+			"label": "React DOM"
+		},
+		{
+			"urlPref": "https://unpkg.com/vue/dist/vue.min.js",
+			"label": "Vue.js"
+		}
+	],
+	"csLibs": [
+		{
+			"urlPref": "https://cdnjs.cloudflare.com/ajax/libs/bulma/",
+			"label": "Bulma"
+		},
+		{
+			"urlPref": "https://cdnjs.cloudflare.com/ajax/libs/hint.css/",
+			"label": "Hint.css"
+		},
+		{
+			"urlPref": "https://cdn.jsdelivr.net/npm/tailwindcss/dist/tailwind.min.css",
+			"label": "Tailwind.css"
+		}
+	]
+}