From ed20831979bbc59c100bab0a66e5f91e4401994f Mon Sep 17 00:00:00 2001 From: Adam England Date: Tue, 23 May 2023 17:06:30 -0500 Subject: [PATCH 1/6] Adds example tags --- features/navigation.feature | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/features/navigation.feature b/features/navigation.feature index 7098a4c..d7b50aa 100644 --- a/features/navigation.feature +++ b/features/navigation.feature @@ -34,8 +34,14 @@ Feature: Navigation When I navigate to '' Then the page title is '' + @smoke Examples: | name | url | title | | Google | http://www.google.com | Google | | Yahoo | http://www.yahoo.com | Yahoo | | Bing | http://www.bing.com | Bing | + + @regression + Examples: + | name | url | title | + | DuckDuckGo — Privacy, simplified. | https://duckduckgo.com/ | DuckDuckGo — Privacy, simplified. | From 785c186fada51dc1ea16c94141f6e97cf2eeb072 Mon Sep 17 00:00:00 2001 From: Adam England <adam.n.england@gmail.com> Date: Wed, 24 May 2023 09:07:58 -0500 Subject: [PATCH 2/6] Increases timeout for local runs --- features/navigation.feature | 2 +- features/steps/navigation.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/features/navigation.feature b/features/navigation.feature index d7b50aa..3df35fc 100644 --- a/features/navigation.feature +++ b/features/navigation.feature @@ -44,4 +44,4 @@ Feature: Navigation @regression Examples: | name | url | title | - | DuckDuckGo — Privacy, simplified. | https://duckduckgo.com/ | DuckDuckGo — Privacy, simplified. | + | duckduckgo | https://duckduckgo.com/ | DuckDuckGo — Privacy, simplified. | diff --git a/features/steps/navigation.js b/features/steps/navigation.js index 7e2828b..bff8d78 100644 --- a/features/steps/navigation.js +++ b/features/steps/navigation.js @@ -13,7 +13,7 @@ if (process.env.IS_TESTERY == "true") { const browser = new Builder().forBrowser("chrome").setChromeOptions(options).build(); -When("I navigate to {string}", async function (url) { +When("I navigate to {string}", { timeout: 60 * 1000 }, async function (url) { await browser.get(url); }); From a0ed0d966f1de2f41d8057c1ff58a5380f5505cb Mon Sep 17 00:00:00 2001 From: Adam England <adam.n.england@gmail.com> Date: Wed, 12 Jul 2023 08:16:20 -0500 Subject: [PATCH 3/6] Create testery.yml --- testery.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 testery.yml diff --git a/testery.yml b/testery.yml new file mode 100644 index 0000000..97c986f --- /dev/null +++ b/testery.yml @@ -0,0 +1,2 @@ +test_runner: + configuration_key: windows-chrome-13 From f7a1592dd4da5460e036b10064c7342b3bf6c578 Mon Sep 17 00:00:00 2001 From: Adam England <adam.n.england@gmail.com> Date: Wed, 12 Jul 2023 08:24:07 -0500 Subject: [PATCH 4/6] Update testery.yml --- testery.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testery.yml b/testery.yml index 97c986f..dcf61d8 100644 --- a/testery.yml +++ b/testery.yml @@ -1,2 +1,2 @@ test_runner: - configuration_key: windows-chrome-13 + configuration_key: windows-chrome-114 From cb904883990f2c013a7f0439df1a7791b13f0304 Mon Sep 17 00:00:00 2001 From: Adam England <adam.n.england@gmail.com> Date: Thu, 3 Aug 2023 16:41:52 -0500 Subject: [PATCH 5/6] Update testery.yml --- testery.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testery.yml b/testery.yml index dcf61d8..06ec715 100644 --- a/testery.yml +++ b/testery.yml @@ -1,2 +1,2 @@ test_runner: - configuration_key: windows-chrome-114 + configuration_key: linux-node-chrome.114.0-java.17-nodejs.16-yarn.1.22.19 From 0cf38841e4da3ba0896916c46d71a44e4ea2e894 Mon Sep 17 00:00:00 2001 From: Adam England <adam.n.england@gmail.com> Date: Mon, 7 Aug 2023 07:53:20 -0500 Subject: [PATCH 6/6] Update testery.yml --- testery.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testery.yml b/testery.yml index 06ec715..cc6c67c 100644 --- a/testery.yml +++ b/testery.yml @@ -1,2 +1,2 @@ test_runner: - configuration_key: linux-node-chrome.114.0-java.17-nodejs.16-yarn.1.22.19 + configuration_key: node-chrome.113-java.17-nodejs.16