Skip to content
This repository was archived by the owner on May 23, 2023. It is now read-only.
This repository was archived by the owner on May 23, 2023. It is now read-only.

Run tests in CI #43

@lfroms

Description

@lfroms

Is your feature request related to a problem? Please describe.
Currently, the project is only built in CI to check for syntax errors. However, it would be great if we could run tests in CI as well, to catch regressions. A Fastlane command, test_ui is implemented. It works locally, but fails in CI.

Describe the solution you'd like

  • CloudsUITests should be executed in a GitHub Action, whether it be directly using Xcode commands, or through Fastlane if that is simpler.
  • The execution should occur as part of the Xcode workflow.

Describe alternatives you've considered

  • Could run tests locally, but that doesn't stop broken code from being shipped to master.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions