owncloud / QA

:collision: public test plans for owncloud components and apps
GNU Affero General Public License v3.0
14 stars 17 forks source link

[QA] Check for lint issues in test feature files #833

Closed grgprarup closed 1 month ago

grgprarup commented 11 months ago

Check and make a fix PR for the lint issues in acceptance, and e2e test feature files. Gherlinter offers a configuration option to set rules, which can be found at https://github.com/gherlint/gherlint?tab=readme-ov-file#configuration. Some of the rule sets default to warn and to throw an error. When using Gherlint, it's important to make sure that the configuration aligns with the standard for our organization.

Objectives:

To Do:

Tools to use:

nirajacharya2 commented 3 months ago

It would be nice to do the linting in CI. Should we add that to the task list? CC @saw-jan

saw-jan commented 3 months ago

It would be nice to do the linting in CI. Should we add that to the task list? CC @saw-jan

yes, we can have a ci pipeline. but I want to have test code check pipelines in one single pipeline if possible. Screenshot from 2024-06-11 13-19-38

PrajwolAmatya commented 1 month ago

The gherlint has been implemented in ocis, core and client. For now, the gherlint will not be implemented on other projects. So, closing this issue as completed.