Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run the integration tests on all platforms #305

Merged
merged 1 commit into from
Aug 14, 2024

Conversation

pentamassiv
Copy link
Collaborator

@pentamassiv pentamassiv commented Aug 12, 2024

Finally we can run some tests in the CI. A lot of them are failing and the ones that work are a bit hacky, but it is a base we can improve upon :)

Main issues:

  • For some reason the tests of the fast_text() function will fail a lot of the time, but sometimes it succeeds. I don't know if it is a timing issue or what the issue is here. The tests will eventually succeed after rerunning the workflow.
  • For some reason all integration tests related to the mouse will fail on macOS.

I also added a bunch of tests to make sure the library does not panic. They should eventually be moved to the integration tests to also check if they have the desired effect

Fixes #141
Fixes #126

@pentamassiv pentamassiv force-pushed the integration_test branch 6 times, most recently from 3ac198e to 7ff2247 Compare August 13, 2024 19:09
@pentamassiv pentamassiv merged commit d5d56ea into enigo-rs:main Aug 14, 2024
54 of 69 checks passed
@pentamassiv pentamassiv deleted the integration_test branch August 14, 2024 17:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Run integration tests in the Github Workflows on all platforms How to revive the crate?
1 participant