- [
new
] support.jsx\tsx
file
- [
fix
] process exit code
- [
new
] support mocha-phantomjs options
- [
change
] usewebpackConfig.atoolTestSpec
to support part of test case
- [
new
] support timeout option
- add babel-polyfill
- update dependencies
- [
fix bug
]custom webpackConfig externals
- [
fix bug
]runner.html remove cdn mocha
- runner.html 增加额外 js、css 文件支持
- 指定测试文件支持 glob 形式文件 #16;
- 支持指定测试文件, 配置 webpack.config.js 的 entry = [...];
--no-coverage & --keep
: 参数支持,方便基于测试代码进行浏览器端调试;--config <path>
: 自定义 webpack config 文件名支持;- test 支持动态增加测试文件;
- 启动测试 server,忽略用例报错;
- 地址重定向:127.0.0.1:9876 重定向到 127.0.0.1/tests/runner.html;
server 更改为基于 dora
基于 karma 实现,内置 sinon, chai, mocha