如何运行Expo测试套件

时间:2017-07-03 07:02:30

标签: react-native test-suite expo

我生成了示例展示应用,提取最新的https://github.com/expo/test-suite。我在模拟器中运行测试套件,它显示了一个永不消失的微调器。

你能给我一个如何运行测试的说明吗?

我在运行测试套件时也看到了一些警告。



Warning
Warning: Using unversioned Expo SDK. Do not publish until you set sdkVersion in exp.json
Warning
Warning: 'react' peer depencency missing. Run `npm ls` in /project/test-suite to see full warning.

If there is an issue running your project, please run `npm install` in /project/test-suite and restart.




由于

1 个答案:

答案 0 :(得分:0)

您链接的存储库不是"测试"适合你的理解。它不适用于测试您的应用。它以世博会的开发者为工具,在新版发布之前对世博会进行测试。

查看有关单元测试和测试驱动开发的更多信息;

  

https://en.wikipedia.org/wiki/Unit_testing

     

https://en.wikipedia.org/wiki/Development_testing

如果您的目标是测试自己的应用,则需要模拟器或开发设备;

  

https://docs.expo.io/versions/v18.0.0/guides/up-and-running.html