CS342 / 2023-Utah

The CS342 2023 U-STEP Project
MIT License
0 stars 3 forks source link

Migrate project to Spezi #128

Closed vishnuravi closed 1 year ago

vishnuravi commented 1 year ago

Migrate project to Spezi

:recycle: Current situation & Problem

The project is currently using the January 2023 version of CardinalKit.

:bulb: Proposed solution

Migrates the project to the new Spezi structure.

Code of Conduct & Contributing Guidelines

By submitting creating this pull request, you agree to follow our Code of Conduct and Contributing Guidelines:

vishnuravi commented 1 year ago

@PSchmiedmayer The tests are all passing locally. After reviewing the result from the Github action, I noticed this error occurring before the test fails:

Screenshot 2023-06-11 at 8 25 34 PM

There is a similar issue noted on StackOverflow: https://stackoverflow.com/questions/72702642/github-ci-uitest-gives-flaky-tests-unable-to-monitor-event-loop

Could this be a Github Actions issue unrelated to our project?

vishnuravi commented 1 year ago

As @PSchmiedmayer and I discussed, the trends UI test has been disabled since it passes locally, but does not pass on Github actions for an unclear reason. A separate issue will be made to track this.