brodycj / create-react-native-module

MIT License
664 stars 52 forks source link

Use of mutation testing in create-react-native-module - Help needed #485

Open belene opened 1 year ago

belene commented 1 year ago

Hello there!

My name is Ana. I noted that you use the mutation testing tool in the project. I am a postdoctoral researcher at the University of Seville (Spain), and my colleagues and I are studying how mutation testing tools are used in practice. With this aim in mind, we have analysed over 3,500 public GitHub repositories using mutation testing tools, including yours! This work has recently been published in a journal paper available at https://link.springer.com/content/pdf/10.1007/s10664-022-10177-8.pdf.

To complete this study, we are asking for your help to understand better how mutation testing is used in practice, please! We would be extremely grateful if you could contribute to this study by answering a brief survey of 21 simple questions (no more than 6 minutes). This is the link to the questionnaire https://forms.gle/FvXNrimWAsJYC1zB9.

Drop me an e-mail if you have any questions or comments (anasan@us.es). Thank you very much in advance!!

brodycj commented 1 year ago

My apologies for missing this. I have used Stryker (JS) for mutation testing in multiple projects, here is another one: https://github.com/xmldom/xmldom

Mutation testing has given me both better insight and improved confidence in the testing, especially considering that this was based on a project with IIRC no unit testing present.