Skip to content

chore(release): 0.6.0 #1281

chore(release): 0.6.0

chore(release): 0.6.0 #1281

This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Actions / Test Results failed Oct 18, 2023 in 0s

1 fail, 1 skipped, 57 pass in 1h 2m 48s

    8 files  ±0      8 suites  ±0   1h 2m 48s ⏱️ - 5m 6s
  59 tests ±0    57 ✔️ ±0  1 💤 ±0  1 ±0 
468 runs  ±0  459 ✔️ ±0  8 💤 ±0  1 ±0 

Results for commit 371e947. ± Comparison against earlier commit 4611be8.

Annotations

Check warning on line 0 in Checking the functionality of a specific camel context page.

See this annotation in the file changed.

@github-actions github-actions / Test Results

1 out of 8 runs failed: Check to view and edit chart of Specific Context (Checking the functionality of a specific camel context page.)

test-results/results-springboot-node(16)-java(17)-firefox/Cucumber.xml [took 38s]
Raw output
Element not found {By.xpath: //div[text()='SampleCamel TotalRoutes']/following-sibling::*[1]/descendant::*[local-name()='g'][1]/*[local-name()='path' and string-length(@d)!=0]/By.xpath: ./ancestor::*[local-name()='g']/following-sibling::*[2]//*[local-name()='tspan']}
Expected: exist
Screenshot: file:/hawtio-test-suite/tests/hawtio-test-suite/build/reports/tests/1697606638846.0.png
Page source: file:/hawtio-test-suite/tests/hawtio-test-suite/build/reports/tests/1697606638846.0.html
Timeout: 20 s.
Caused by: NoSuchElementException: Unable to locate element: ./ancestor::*[local-name()='g']/following-sibling::*[2]//*[local-name()='tspan']
	at com.codeborne.selenide.impl.WebElementSource.createElementNotFoundError(WebElementSource.java:91)
	at com.codeborne.selenide.impl.ElementFinder.createElementNotFoundError(ElementFinder.java:142)
	at com.codeborne.selenide.impl.ExceptionWrapper.wrap(ExceptionWrapper.java:32)
	at com.codeborne.selenide.impl.SelenideElementProxy.dispatchAndRetry(SelenideElementProxy.java:154)
	at com.codeborne.selenide.impl.SelenideElementProxy.invoke(SelenideElementProxy.java:84)
	at jdk.proxy2/jdk.proxy2.$Proxy24.getText(Unknown Source)
	at io.hawt.tests.features.pageobjects.fragments.camel.tabs.common.CamelChart.getValue(CamelChart.java:122)
	at io.hawt.tests.features.pageobjects.fragments.camel.tabs.common.CamelChart.checkStringAttributeValue(CamelChart.java:93)
	at io.hawt.tests.features.stepdefinitions.camel.CamelChartStepDefs.camelAttributeAndItsValueAreDisplayedInCamelChart(CamelChartStepDefs.java:12)
	at ✽.Camel Attribute "SampleCamel TotalRoutes" and its value "2" are displayed in Camel Chart(classpath:io/hawt/tests/features//camel/contexts/camel_specific_context.feature:49)
Caused by: org.openqa.selenium.NoSuchElementException: Unable to locate element: ./ancestor::*[local-name()='g']/following-sibling::*[2]//*[local-name()='tspan']
For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#no-such-element-exception
Build info: version: '4.12.1', revision: '8e34639b11'
System info: os.name: 'Linux', os.arch: 'amd64', os.version: '6.2.0-1012-azure', java.version: '17.0.8.1'
Driver info: org.openqa.selenium.firefox.FirefoxDriver
Command: [f50e71d0-ca94-4bcc-8e5e-e6949b24d1e0, findChildElement {id=957e41f0-d215-4c9d-89c7-87588e11d85b, using=xpath, value=./ancestor::*[local-name()='g']/following-sibling::*[2]//*[local-name()='tspan']}]
Capabilities {acceptInsecureCerts: true, browserName: firefox, browserVersion: 117.0.1, moz:accessibilityChecks: false, moz:buildID: 20230912013654, moz:debuggerAddress: 127.0.0.1:8021, moz:geckodriverVersion: 0.33.0, moz:headless: false, moz:platformVersion: 6.2.0-1012-azure, moz:processID: 157, moz:profile: /tmp/rust_mozprofilelxU9lC, moz:shutdownTimeout: 60000, moz:webdriverClick: true, moz:windowless: false, pageLoadStrategy: normal, platformName: linux, proxy: Proxy(), se:cdp: ws://127.0.0.1:8021/devtool..., se:cdpVersion: 85.0, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: accept}
Session ID: f50e71d0-ca94-4bcc-8e5e-e6949b24d1e0
	at jdk.internal.reflect.GeneratedConstructorAccessor15.newInstance(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at org.openqa.selenium.remote.codec.w3c.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:200)
	at org.openqa.selenium.remote.codec.w3c.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:133)
	at org.openqa.selenium.remote.codec.w3c.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:52)
	at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:191)
	at org.openqa.selenium.remote.service.DriverCommandExecutor.invokeExecute(DriverCommandExecutor.java:196)
	at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:171)
	at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:602)
	at org.openqa.selenium.remote.ElementLocation$ElementFinder$2.findElement(ElementLocation.java:165)
	at org.openqa.selenium.remote.ElementLocation.findElement(ElementLocation.java:59)
	at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:359)
	at org.openqa.selenium.remote.RemoteWebElement.findElement(RemoteWebElement.java:212)
	at com.codeborne.selenide.impl.WebElementSelector.findElement(WebElementSelector.java:70)
	at com.codeborne.selenide.impl.WebElementSelector.findElement(WebElementSelector.java:44)
	at com.codeborne.selenide.impl.WebElementSelector.findElement(WebElementSelector.java:33)
	at com.codeborne.selenide.impl.ElementFinder.getWebElement(ElementFinder.java:122)
	at com.codeborne.selenide.commands.GetText.execute(GetText.java:29)
	at com.codeborne.selenide.commands.GetText.execute(GetText.java:13)
	at com.codeborne.selenide.commands.Commands.execute(Commands.java:164)
	at com.codeborne.selenide.impl.SelenideElementProxy.dispatchAndRetry(SelenideElementProxy.java:132)
	at com.codeborne.selenide.impl.SelenideElementProxy.invoke(SelenideElementProxy.java:84)
	at jdk.proxy2/jdk.proxy2.$Proxy24.getText(Unknown Source)
	at io.hawt.tests.features.pageobjects.fragments.camel.tabs.common.CamelChart.getValue(CamelChart.java:122)
	at io.hawt.tests.features.pageobjects.fragments.camel.tabs.common.CamelChart.checkStringAttributeValue(CamelChart.java:93)
	at io.hawt.tests.features.stepdefinitions.camel.CamelChartStepDefs.camelAttributeAndItsValueAreDisplayedInCamelChart(CamelChartStepDefs.java:12)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:84)
	at io.cucumber.core.runner.TestStep.run(TestStep.java:56)
	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
	at io.cucumber.core.runner.TestCase.run(TestCase.java:84)
	at io.cucumber.core.runner.Runner.runPickle(Runner.java:75)
	at io.cucumber.junit.platform.engine.CucumberEngineExecutionContext.lambda$runTestCase$4(CucumberEngineExecutionContext.java:112)
	at io.cucumber.core.runtime.CucumberExecutionContext.lambda$runTestCase$5(CucumberExecutionContext.java:137)
	at io.cucumber.core.runtime.RethrowingThrowableCollector.executeAndThrow(RethrowingThrowableCollector.java:23)
	at io.cucumber.core.runtime.CucumberExecutionContext.runTestCase(CucumberExecutionContext.java:137)
	at io.cucumber.junit.platform.engine.CucumberEngineExecutionContext.runTestCase(CucumberEngineExecutionContext.java:109)
	at io.cucumber.junit.platform.engine.NodeDescriptor$PickleDescriptor.execute(NodeDescriptor.java:168)
	at io.cucumber.junit.platform.engine.NodeDescriptor$PickleDescriptor.execute(NodeDescriptor.java:90)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:147)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:127)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:90)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:73)
	at org.junit.platform.suite.engine.SuiteLauncher.execute(SuiteLauncher.java:63)
	at org.junit.platform.suite.engine.SuiteTestDescriptor.execute(SuiteTestDescriptor.java:128)
	at org.junit.platform.suite.engine.SuiteTestEngine.lambda$execute$0(SuiteTestEngine.java:73)
	at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183)
	at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
	at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133)
	at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1845)
	at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
	at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
	at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150)
	at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173)
	at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
	at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596)
	at org.junit.platform.suite.engine.SuiteTestEngine.execute(SuiteTestEngine.java:73)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:147)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:127)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:90)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:55)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:102)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:54)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86)
	at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86)
	at org.apache.maven.surefire.junitplatform.LazyLauncher.execute(LazyLauncher.java:50)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:184)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:148)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:122)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)

Given User is on "Camel" page...............................................passed
And User is on Camel "SampleCamel" context..................................passed
When User clicks on Camel "Chart" tab.......................................passed
And User switches to Edit watches mode of Camel Chart.......................passed
And User unwatch all "SampleCamel" attributes...............................passed
And User watches "TotalRoutes" attribute....................................passed
And User closes Edit watches mode of Camel Chart............................passed
Then Camel Attribute "SampleCamel TotalRoutes" and its value "2" are displayed in Camel Chart.failed
And Camel Attribute "SampleCamel ExchangesFailed" is not displayed in Camel Chart.skipped

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

1 skipped test found

There is 1 skipped test, see "Raw output" for the name of the skipped test.
Raw output
Checking the functionality of Plugin page. ‑ Check that Sample Plugin got installed and accessible

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

59 tests found

There are 59 tests, see "Raw output" for the full list of tests.
Raw output
Check whether all data is presented and displayed correctly in About modal window. ‑ Check that the titles are presented in About modal window - Names of Hawtio's Components - Example #1.1
Checking the changes of states after performing some operation on Camel Contexts page. ‑ Check the operations on Camel Context - Context actions and states - Example #1.1
Checking the changes of states after performing some operation on Camel Contexts page. ‑ Check the operations on Camel Context - Context actions and states - Example #1.2
Checking the functionality of Camel Endpoints page. ‑ Check that Endpoints table on Camel Endpoints page is not empty - Columns - Example #1.1
Checking the functionality of Camel Endpoints page. ‑ Check that Endpoints table on Camel Endpoints page is not empty - Columns - Example #1.2
Checking the functionality of Camel Endpoints page. ‑ Check to add an Endpoint from Data
Checking the functionality of Camel Endpoints page. ‑ Check to add an Endpoint from URI
Checking the functionality of Camel Routes page. ‑ Check that Camel Routes diagram is presented
Checking the functionality of Camel Routes page. ‑ Check that Camel Source is not empty
Checking the functionality of Camel Routes page. ‑ Check that Routes table on Camel Routes page is not empty - Columns - Example #1.1
Checking the functionality of Camel Routes page. ‑ Check that Routes table on Camel Routes page is not empty - Columns - Example #1.2
Checking the functionality of Camel Routes page. ‑ Check the delete operation on Camel route
Checking the functionality of Camel Routes page. ‑ Check the operations on Camel Routes page - Routes actions and states - Example #1.1
Checking the functionality of Camel Routes page. ‑ Check the operations on Camel Routes page - Routes actions and states - Example #1.2
Checking the functionality of Camel Specific Route page. ‑ Check specific endpoint attribute's detail information
Checking the functionality of Camel Specific Route page. ‑ Check that Camel Route diagram is presented
Checking the functionality of Camel Specific Route page. ‑ Check that Camel Route diagram is presented - Attributes and values - Example #1.1
Checking the functionality of Camel Specific Route page. ‑ Check that Camel Route diagram is presented - Attributes and values - Example #1.2
Checking the functionality of Camel Specific Route page. ‑ Check that Camel Source is not empty
Checking the functionality of Camel Specific Route page. ‑ Check to add a breakpoint while debugging
Checking the functionality of Camel Specific Route page. ‑ Check to execute operation of Specific Endpoint
Checking the functionality of Camel Specific Route page. ‑ Check to remove a breakpoint while debugging
Checking the functionality of Camel Specific Route page. ‑ Check to start the debugging
Checking the functionality of Camel Specific Route page. ‑ Check to stop the debugging
Checking the functionality of Camel Specific Route page. ‑ Check to view and edit chart of Specific Context
Checking the functionality of Camel tree. ‑ Check filtering Camel tree by string value
Checking the functionality of Camel tree. ‑ Check that Camel tree is collapsing correctly
Checking the functionality of Camel tree. ‑ Check that Camel tree is expanding correctly
Checking the functionality of Help page. ‑ Check that the tabs contain data - Standard Help page tabs - Example #1.1
Checking the functionality of Help page. ‑ Check that the tabs contain data - Standard Help page tabs - Example #1.2
Checking the functionality of Help page. ‑ Check that the tabs contain data - Standard Help page tabs - Example #1.3
Checking the functionality of Help page. ‑ Check that the tabs contain data - Standard Help page tabs - Example #1.4
Checking the functionality of Help page. ‑ Check that the tabs contain data - Standard Help page tabs - Example #1.5
Checking the functionality of Help page. ‑ Check that the titles are presented - Link texts and URLs - Example #1.1
Checking the functionality of Help page. ‑ Check that the titles are presented - Link texts and URLs - Example #1.2
Checking the functionality of Help page. ‑ Check that the titles are presented - Link texts and URLs - Example #1.3
Checking the functionality of JMX tree. ‑ Check filtering JMX tree by string value
Checking the functionality of JMX tree. ‑ Check that JMX tree is collapsing correctly
Checking the functionality of JMX tree. ‑ Check that JMX tree is expanding correctly
Checking the functionality of Plugin page. ‑ Check that Sample Plugin got installed and accessible
Checking the functionality of a Camel Specific Component page. ‑ Check specific endpoint attribute's detail information
Checking the functionality of a Camel Specific Component page. ‑ Check that the Attributes table under Attribute tab on Camel Specific Component page is not empty - Attributes and values - Example #1.1
Checking the functionality of a Camel Specific Component page. ‑ Check that the Attributes table under Attribute tab on Camel Specific Component page is not empty - Attributes and values - Example #1.2
Checking the functionality of a Camel Specific Component page. ‑ Check to execute operation of Specific Endpoint
Checking the functionality of a Camel Specific Endpoint page. ‑ Check details of the message
Checking the functionality of a Camel Specific Endpoint page. ‑ Check forwarding the message
Checking the functionality of a Camel Specific Endpoint page. ‑ Check sending a message
Checking the functionality of a Camel Specific Endpoint page. ‑ Check specific endpoint attribute's detail information
Checking the functionality of a Camel Specific Endpoint page. ‑ Check that the Attributes table under Attribute tab on Camel Specific Endpoint page is not empty - Attributes and values - Example #1.1
Checking the functionality of a Camel Specific Endpoint page. ‑ Check that the Attributes table under Attribute tab on Camel Specific Endpoint page is not empty - Attributes and values - Example #1.2
Checking the functionality of a Camel Specific Endpoint page. ‑ Check to execute operation of Specific Endpoint
Checking the functionality of a specific camel context page. ‑ Check that table of Attribute tab in Camel Specific Context page is not empty - Attributes and values - Example #1.1
Checking the functionality of a specific camel context page. ‑ Check that table of Attribute tab in Camel Specific Context page is not empty - Attributes and values - Example #1.2
Checking the functionality of a specific camel context page. ‑ Check the start action with Camel Specific Context.
Checking the functionality of a specific camel context page. ‑ Check the suspend action with Camel Specific Context.
Checking the functionality of a specific camel context page. ‑ Check to execute operation of Specific Context and returned result of Integer type
Checking the functionality of a specific camel context page. ‑ Check to execute operation of Specific Context and returned result of String type
Checking the functionality of a specific camel context page. ‑ Check to execute operation of Specific Context and returned result of boolean type
Checking the functionality of a specific camel context page. ‑ Check to view and edit chart of Specific Context