如何启动自动化测试

QReact 包含了大量自动化测试,如果你想贡献代码,请在提 Pull Request 之前确保自动化测试完全通过。

# 先将代码 clone 到本地
cd qreact
npm install

# 安装 selenium-standalone
npm install -g selenium-standalone
selenium-standalone install
selenium-standalone start

# 新开一个命令行窗口
npm test