Manuel
Results
1362
comments of
Manuel
Could you add the UI test to the CI by adding something like this to ci.yml? ``` check-ui: name: UI Check timeout-minutes: 15 runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 -...
Could we move the Cypress tests into a subdirectory `ui` of the existing tests? Just so that tests are all in one place. And what are the benefits of choosing...