-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: copy duration to root from suite (#58)
- Loading branch information
1 parent
9400bef
commit db4b903
Showing
6 changed files
with
107 additions
and
26 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<testsuites tests="4" failures="0" errors="0" skipped="0"> | ||
<testsuite name="X Source to Y Destination" timestamp="2024-04-08T14:48:58" time="108.995" tests="4" failures="0" errors="0" skipped="0"> | ||
<properties> | ||
<property name="specId" value="0"/> | ||
<property name="featureName" value="X Source to Y Destination"/> | ||
<property name="capabilities" value="chrome.123_0_6312_59.windows"/> | ||
<property name="featureFile" value="file://./src/features/controlplane-team/cloud-extract-source-warehouse-destination.feature"/> | ||
</properties> | ||
<testcase classname="CucumberJUnitReport-chrome.123_0_6312_59.windows.X Source to Y Destination" name="User creates an Amplitude X source" time="51.099"> | ||
<system-out><![CDATA[ | ||
✅ Given I open the site "/login"✅ And I log in with "enterprise" account✅ And I visit the url "/directory"✅ When I add a source of type "Amplitude" with name "Src_Amp" with details✅ Then I expect to be in the "Src_Amp" page | ||
]]></system-out> | ||
</testcase> | ||
<testcase classname="CucumberJUnitReport-chrome.123_0_6312_59.windows.X Source to Y Destination" name="User creates a Snowflake warehouse destination" time="41.444"> | ||
<system-out><![CDATA[ | ||
✅ And I visit the url "/directory"✅ When I add a destination of type "Snowflake" with name "Dst_SNFLK" with details✅ Then I expect to be in the "Dst_SNFLK" page | ||
]]></system-out> | ||
</testcase> | ||
<testcase classname="CucumberJUnitReport-chrome.123_0_6312_59.windows.X Source to Y Destination" name="User removes connection deletes warehouse destination" time="8.294"> | ||
<system-out><![CDATA[ | ||
✅ Given I navigate to destination "Dst_SNFLK"✅ When I disconnect source "Src_Amp" from destination✅ And I delete the current destination✅ Then I expect to be in the "Destinations" page | ||
]]></system-out> | ||
</testcase> | ||
<testcase classname="CucumberJUnitReport-chrome.123_0_6312_59.windows.X Source to Y Destination" name="User deletes X source" time="7.642"> | ||
<system-out><![CDATA[ | ||
✅ Given I navigate to source "Src_Amp"✅ When I delete the current source✅ Then I expect to be in the "Sources" page | ||
]]></system-out> | ||
</testcase> | ||
</testsuite> | ||
</testsuites> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<testsuites tests="5" failures="0" errors="0" skipped="0"> | ||
<testsuite name="X Source to Y Destination" timestamp="2024-04-08T14:48:59" time="48.494" tests="5" failures="0" errors="0" skipped="0"> | ||
<properties> | ||
<property name="specId" value="0"/> | ||
<property name="featureName" value="X Source to Y Destination"/> | ||
<property name="capabilities" value="chrome.123_0_6312_59.windows"/> | ||
<property name="featureFile" value="file://./src/features/controlplane-team/event-stream.feature"/> | ||
</properties> | ||
<testcase classname="CucumberJUnitReport-chrome.123_0_6312_59.windows.X Source to Y Destination" name="User creates a HTTP X source" time="17.227"> | ||
<system-out><![CDATA[ | ||
✅ Given I open the site "/login"✅ And I log in with "enterprise" account✅ And I visit the url "/directory"✅ When I add a source of type "HTTP" with name "Src_http"✅ Then I expect to be in the "Src_http" page | ||
]]></system-out> | ||
</testcase> | ||
<testcase classname="CucumberJUnitReport-chrome.123_0_6312_59.windows.X Source to Y Destination" name="User creates a cloud destination of type Amplitude and connects to HTTP X source" time="12.496"> | ||
<system-out><![CDATA[ | ||
✅ And I visit the url "/directory"✅ And I add a destination of type "Amplitude" with name "Dest_amp", connected to source with name "Src_http" | ||
]]></system-out> | ||
</testcase> | ||
<testcase classname="CucumberJUnitReport-chrome.123_0_6312_59.windows.X Source to Y Destination" name="User deletes connection" time="5.719"> | ||
<system-out><![CDATA[ | ||
✅ When I navigate to source "Src_http"✅ And I disconnect destination "Dest_amp" from source | ||
]]></system-out> | ||
</testcase> | ||
<testcase classname="CucumberJUnitReport-chrome.123_0_6312_59.windows.X Source to Y Destination" name="User deletes destination" time="5.755"> | ||
<system-out><![CDATA[ | ||
✅ And I navigate to destination "Dest_amp"✅ And I delete the current destination✅ Then I expect to be in the "Destinations" page | ||
]]></system-out> | ||
</testcase> | ||
<testcase classname="CucumberJUnitReport-chrome.123_0_6312_59.windows.X Source to Y Destination" name="User deletes source" time="7.061"> | ||
<system-out><![CDATA[ | ||
✅ When I navigate to source "Src_http"✅ And I delete the current source✅ Then I expect to be in the "Sources" page | ||
]]></system-out> | ||
</testcase> | ||
</testsuite> | ||
</testsuites> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters