Compose-Multiplatform-Wizard icon indicating copy to clipboard operation
Compose-Multiplatform-Wizard copied to clipboard

Add testing folders

Open Sternbach-Software opened this issue 2 years ago • 3 comments

At least having commonTest or mobile test would be nice, and if users want to add more, they can copy the code. Alternatively, it can be an option to add in the wizard.

Sternbach-Software avatar Oct 31 '23 14:10 Sternbach-Software

Any JetBrains IDE suggests to make a test folder by CMD+N for any source set. I don't see a profit to have empty dirs here

terrakok avatar Jan 03 '24 20:01 terrakok

@terrakok For some reason, the "OK" button in that dialog never works for projects created from the wizard. They don't have to be null - you can include proof-of-concept tests that utilize platform-specific features (e.g. Android JUnit instrumentation, etc.)

Sternbach-Software avatar Jan 03 '24 22:01 Sternbach-Software

Try to make a test directly in the project view.

terrakok avatar Jan 03 '24 23:01 terrakok