tenthe opened a new issue, #955:
URL: https://github.com/apache/streampipes/issues/955

   ### Body
   
   On the login page we have a link to the API documentation. An e2e test 
should check if this link works and the documentation is displayed correctly.
    
   For e2e tests we use cypress [1], the documentation and a good introduction 
can be found on their website. 
   All e2e tests are in [2], this folder also contains a readme file that 
explains how to run the test locally.
   
   To solve this issue, create a new directory in [3] called `apiDocumentation` 
and add a new test file. 
   This test will then automatically be displayed in the Cypress user interface.
   A good example test to get started can be found in [4]. This test is used to 
verify that the user interface login works correctly.
   
   [1] https://www.cypress.io
   [2] https://github.com/apache/streampipes/tree/dev/ui/cypress
   [3] https://github.com/apache/streampipes/tree/dev/ui/cypress/tests
   [4] 
https://github.com/apache/streampipes/blob/dev/ui/cypress/tests/login/login.smoke.spec.ts
   
   ### StreamPipes Committer
   
   I acknowledge that I am a maintainer/committer of the Apache StreamPipes 
project.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to