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

Add Windows and Mac as test targets #731

Open
nassor opened this issue May 5, 2023 · 0 comments
Open

Add Windows and Mac as test targets #731

nassor opened this issue May 5, 2023 · 0 comments

Comments

@nassor
Copy link
Contributor

nassor commented May 5, 2023

Is your feature request related to a problem? Please describe.
Our CLI tests currently only target the Linux platform, which limits the ability to verify the compatibility and functionality of our application on macOS and Windows systems. As a result, macOS and Windows users may experience issues that are not detected during testing.

Describe the solution you'd like
I want to add macOS and Windows platforms as targets for the CLI tests, ensuring that our application is thoroughly tested and compatible across all major platforms, including Linux, macOS, and Windows. This would involve setting up the necessary test environments, adjusting the test scripts to accommodate platform-specific features, and integrating the new targets into our continuous integration (CI) pipeline.

Describe alternatives you've considered
Manually testing the application on macOS and Windows systems is time-consuming, prone to human error, and not scalable.
Using a cross-platform testing tool or framework to simulate the macOS and Windows environments might not accurately replicate the actual user experience on these systems.

Additional context
Adding macOS and Windows platforms as targets for the CLI tests would increase the application's reliability and compatibility for users on these systems and enhance our reputation as a cross-platform solution. This could increase our user base and improve overall customer satisfaction.

@nassor nassor changed the title Add Windows and Mac as test platform targets Add Windows and Mac as test targets May 5, 2023
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

No branches or pull requests

1 participant