You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@streampipes.apache.org by "Hrushikesh (Jira)" <ji...@apache.org> on 2021/11/28 04:14:00 UTC

[jira] [Commented] (STREAMPIPES-476) Implementation of Pipeline Tests

    [ https://issues.apache.org/jira/browse/STREAMPIPES-476?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17449954#comment-17449954 ] 

Hrushikesh commented on STREAMPIPES-476:
----------------------------------------

 
Hey,

I created my own testFilter2 folder containing the input.csv, output.csv files. While running the SinglePipelineElement test, the below error is being displayed.

 
{code:java}
outputStrategyConfig is undefined 
cypress/support/utils/OutputStrategyUtils.ts:24:13

 public static input(outputStrategyConfig: OutputStrategyConfig) {

   if (outputStrategyConfig.type === 'append') { 
     cy.dataCy('use-input-schema').click();
   }
}
{code}
The above error is also being displayed for testFilter1. I cleaned the entrire computer, installed docker images again but leads to the same error.

 
{{}}

> Implementation of Pipeline Tests
> --------------------------------
>
>                 Key: STREAMPIPES-476
>                 URL: https://issues.apache.org/jira/browse/STREAMPIPES-476
>             Project: StreamPipes
>          Issue Type: Test
>          Components: UI
>            Reporter: Hrushikesh
>            Priority: Major
>              Labels: test
>             Fix For: 0.69.0
>
>
> Implementing e2e test using cypress for pipeline Elements.
>  
>  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)