[
https://issues.apache.org/jira/browse/STREAMPIPES-449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17447385#comment-17447385
]
Hrushikesh edited comment on STREAMPIPES-449 at 11/22/21, 1:18 PM:
-------------------------------------------------------------------
Thanks Philipp. I am able to view the website in cypress. Out of 23 test cases,
only 1 test case passed successfully i.e Install streampipes.
{code:java}
Test File Stream Adapter
CypressError
cy.request() failed on:
http://localhost/streampipes-backend/api/v2/admin/login The response we
received from your web server was: > 401: Unauthorized This was considered a
failure because the status code was not 2xx or 3xx. If you do not want status
codes to cause failures pass the option: failOnStatusCode: false
{code}
Above errors are displayed due improper authorization.
Also I am not sure from where should I start testing and what I should be
testing. Can we start with something simple so that I can get the hang of
cypress and further implement more test cases.
was (Author: hrushi20):
Thanks Philipp. I am able to view the website in cypress. Out of 23 test cases,
only 1 test case passed successfully. I am not sure from where should I start
testing. Can we start with something small so that I can get the hang of
cypress and further integrate more test cases.
> Update Processing Element API in module streampipes-processors-filters-jvm
> --------------------------------------------------------------------------
>
> Key: STREAMPIPES-449
> URL: https://issues.apache.org/jira/browse/STREAMPIPES-449
> Project: StreamPipes
> Issue Type: Improvement
> Components: Pipeline Elements
> Reporter: Philipp Zehnder
> Priority: Major
> Labels: pull-request-available
> Fix For: 0.69.0
>
> Attachments: Screenshot from 2021-10-28 01-26-31.png, Screenshot from
> 2021-10-28 01-27-33.png, Screenshot from 2021-10-28 20-11-27.png, Screenshot
> from 2021-10-28 20-11-39.png, Screenshot from 2021-10-28 20-15-02.png,
> Screenshot from 2021-11-22 07-39-56.png
>
>
> The processors in this module use the old API, where 3 classes are required
> for a single processing element.
> These should be updated to use StreamPipesDataProcessor instead of
> StreamPipesDataProcessor.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)