From 5b7408d5a582bbe133a09a8cd0afcf7cfd27f01f Mon Sep 17 00:00:00 2001 From: Laura Cressman Date: Tue, 30 Mar 2021 18:26:53 -0600 Subject: [PATCH 1/3] add qawolf plugin --- site/plugins.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/site/plugins.json b/site/plugins.json index 6049b4a28..151f5abf2 100644 --- a/site/plugins.json +++ b/site/plugins.json @@ -466,5 +466,13 @@ "package": "netlify-plugin-webmentions", "repo": "https://github.com/CodeFoodPixels/netlify-plugin-webmentions", "version": "1.1.0" + }, + { + "author": "flaurida", + "description": "Run QA Wolf end-to-end tests on Netlify deployments 🐺", + "name": "QA Wolf", + "package": "netlify-plugin-qawolf", + "repo": "https://github.com/qawolf/netlify-plugin-qawolf", + "version": "1.0.0" } ] From 815d696163dd50adf0751431465c9551872f3cef Mon Sep 17 00:00:00 2001 From: Laura Cressman Date: Wed, 31 Mar 2021 11:27:20 -0600 Subject: [PATCH 2/3] update qawolf plugin version --- site/plugins.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/plugins.json b/site/plugins.json index 151f5abf2..ea9ea7bfe 100644 --- a/site/plugins.json +++ b/site/plugins.json @@ -473,6 +473,6 @@ "name": "QA Wolf", "package": "netlify-plugin-qawolf", "repo": "https://github.com/qawolf/netlify-plugin-qawolf", - "version": "1.0.0" + "version": "1.0.2" } ] From a3b1358e2d7aff8e643cb3ecb5eb170e31f59b14 Mon Sep 17 00:00:00 2001 From: Laura Cressman Date: Wed, 31 Mar 2021 11:32:36 -0600 Subject: [PATCH 3/3] bump qawolf version --- site/plugins.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/plugins.json b/site/plugins.json index ea9ea7bfe..a803ea996 100644 --- a/site/plugins.json +++ b/site/plugins.json @@ -473,6 +473,6 @@ "name": "QA Wolf", "package": "netlify-plugin-qawolf", "repo": "https://github.com/qawolf/netlify-plugin-qawolf", - "version": "1.0.2" + "version": "1.0.3" } ]