chore(deps): bump actions/checkout from 3 to 4 #1080
This check has been archived and is scheduled for deletion.
Learn more about checks retention
GitHub Actions / Test Results
failed
Sep 6, 2023 in 0s
1 fail, 5 skipped, 46 pass in 50m 28s
Annotations
Check warning on line 0 in Checking the functionality of Help page.
github-actions / Test Results
All 8 runs failed: Check that the tabs contain data - Standard Help page tabs - Example #1.6 (Checking the functionality of Help page.)
test-results/results-quarkus-node(16)-java(11)-firefox/Cucumber.xml [took 24s]
test-results/results-quarkus-node(16)-java(17)-firefox/Cucumber.xml [took 26s]
test-results/results-quarkus-node(18)-java(11)-firefox/Cucumber.xml [took 29s]
test-results/results-quarkus-node(18)-java(17)-firefox/Cucumber.xml [took 24s]
test-results/results-springboot-node(16)-java(11)-firefox/Cucumber.xml [took 24s]
test-results/results-springboot-node(16)-java(17)-firefox/Cucumber.xml [took 25s]
test-results/results-springboot-node(18)-java(11)-firefox/Cucumber.xml [took 25s]
test-results/results-springboot-node(18)-java(17)-firefox/Cucumber.xml [took 39s]
Raw output
Element not found {By.xpath: //div[@class='pf-c-page__main-nav']//a[text()='Sample Plugin']}
Expected: interactable
Screenshot: file:/hawtio-test-suite/tests/hawtio-test-suite/build/reports/tests/1694003182420.0.png
Page source: file:/hawtio-test-suite/tests/hawtio-test-suite/build/reports/tests/1694003182420.0.html
Timeout: 20 s.
Caused by: NoSuchElementException: Unable to locate element: //div[@class='pf-c-page__main-nav']//a[text()='Sample Plugin']
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.WebElementSource.handleError(WebElementSource.java:143)
at com.codeborne.selenide.impl.WebElementSource.checkConditionAndReturnElement(WebElementSource.java:127)
at com.codeborne.selenide.impl.WebElementSource.checkCondition(WebElementSource.java:104)
at com.codeborne.selenide.commands.Should.execute(Should.java:30)
at com.codeborne.selenide.commands.Should.execute(Should.java:14)
at com.codeborne.selenide.commands.Commands.execute(Commands.java:162)
at com.codeborne.selenide.impl.SelenideElementProxy.dispatchAndRetry(SelenideElementProxy.java:132)
at com.codeborne.selenide.impl.SelenideElementProxy.invoke(SelenideElementProxy.java:84)
at com.sun.proxy.$Proxy24.shouldBe(Unknown Source)
at io.hawt.tests.features.pageobjects.pages.panel.help.HelpPage.switchTab(HelpPage.java:13)
at io.hawt.tests.features.stepdefinitions.panel.help.HelpStepDefs.userClicksOnTabOfHelpPage(HelpStepDefs.java:21)
at ✽.User is on "Sample Plugin" tab of Help page(classpath:io/hawt/tests/features//panel/help/help.feature:19)
Caused by: org.openqa.selenium.NoSuchElementException: Unable to locate element: //div[@class='pf-c-page__main-nav']//a[text()='Sample Plugin']
For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#no-such-element-exception
Build info: version: '4.10.0', revision: 'c14d967899'
System info: os.name: 'Linux', os.arch: 'amd64', os.version: '5.15.0-1041-azure', java.version: '11.0.20.1'
Driver info: org.openqa.selenium.firefox.FirefoxDriver
Command: [761d7b39-abc5-4a00-9070-2ab7ef89a669, findElement {using=xpath, value=//div[@class='pf-c-page__main-nav']//a[text()='Sample Plugin']}]
Capabilities {acceptInsecureCerts: true, browserName: firefox, browserVersion: 117.0, moz:accessibilityChecks: false, moz:buildID: 20230824132758, moz:debuggerAddress: 127.0.0.1:5862, moz:geckodriverVersion: 0.33.0, moz:headless: false, moz:platformVersion: 5.15.0-1041-azure, moz:processID: 139, moz:profile: /tmp/rust_mozprofile5qrc6X, moz:shutdownTimeout: 60000, moz:webdriverClick: true, moz:windowless: false, pageLoadStrategy: normal, platformName: linux, proxy: Proxy(), se:cdp: ws://127.0.0.1:5862/devtool..., se:cdpVersion: 85.0, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: accept}
Session ID: 761d7b39-abc5-4a00-9070-2ab7ef89a669
at jdk.internal.reflect.GeneratedConstructorAccessor21.newInstance(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
at org.openqa.selenium.remote.codec.w3c.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:199)
at org.openqa.selenium.remote.codec.w3c.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:132)
at org.openqa.selenium.remote.codec.w3c.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:51)
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:531)
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:350)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:344)
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.impl.WebElementSource.checkConditionAndReturnElement(WebElementSource.java:116)
at com.codeborne.selenide.impl.WebElementSource.checkCondition(WebElementSource.java:104)
at com.codeborne.selenide.commands.Should.execute(Should.java:30)
at com.codeborne.selenide.commands.Should.execute(Should.java:14)
at com.codeborne.selenide.commands.Commands.execute(Commands.java:162)
at com.codeborne.selenide.impl.SelenideElementProxy.dispatchAndRetry(SelenideElementProxy.java:132)
at com.codeborne.selenide.impl.SelenideElementProxy.invoke(SelenideElementProxy.java:84)
at com.sun.proxy.$Proxy24.shouldBe(Unknown Source)
at io.hawt.tests.features.pageobjects.pages.panel.help.HelpPage.switchTab(HelpPage.java:13)
at io.hawt.tests.features.stepdefinitions.panel.help.HelpStepDefs.userClicksOnTabOfHelpPage(HelpStepDefs.java:21)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
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:1541)
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:1541)
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:1541)
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:1541)
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:195)
at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133)
at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801)
at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484)
at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474)
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:497)
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 clicks on "Help" option in Question mark drop-down menu..........passed
When User is on "Sample Plugin" tab of Help page............................failed
Then The content of Help page is present....................................skipped
Check notice on line 0 in .github
github-actions / Test Results
5 skipped tests found
There are 5 skipped tests, see "Raw output" for the full list of skipped tests.
Raw output
Check whether all data is presented and displayed correctly in About modal window. ‑ Check that the titles are presented in Quarkus About modal window - Names of Hawtio's Components - Example #1.1
Check whether all data is presented and displayed correctly in About modal window. ‑ Check that the titles are presented in Quarkus About modal window - Names of Hawtio's Components - Example #1.2
Check whether all data is presented and displayed correctly in About modal window. ‑ Check that the titles are presented in Spring Boot About modal window - Names of Hawtio's Components - Example #1.1
Check whether all data is presented and displayed correctly in About modal window. ‑ Check that the titles are presented in Spring Boot About modal window - Names of Hawtio's Components - Example #1.2
Checking the functionality of Plugin page. ‑ Check that Sample Plugin got installed and accessible
Check notice on line 0 in .github
github-actions / Test Results
52 tests found
There are 52 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 Quarkus About modal window - Names of Hawtio's Components - Example #1.1
Check whether all data is presented and displayed correctly in About modal window. ‑ Check that the titles are presented in Quarkus About modal window - Names of Hawtio's Components - Example #1.2
Check whether all data is presented and displayed correctly in About modal window. ‑ Check that the titles are presented in Spring Boot About modal window - Names of Hawtio's Components - Example #1.1
Check whether all data is presented and displayed correctly in About modal window. ‑ Check that the titles are presented in Spring Boot About modal window - Names of Hawtio's Components - Example #1.2
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 execute operation of Specific Endpoint
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 tabs contain data - Standard Help page tabs - Example #1.6
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 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
Loading