磁带运行
测试运行程序,它在(无头)浏览器中运行测试,并返回0/1作为退出代码,因此您可以将其用作npm test脚本。
用法
首先使用编写一个测试并将其保存到test/test.js :
var test = require ( 'tape' ) ;
test ( 'a test' , function ( t ) {
t . ok ( true ) ;
t . end ( ) ;
} ) ;
然后使用tape-run和运行此命令,并观看TAP结果从浏览器流进来时发生的魔力(默认值
马拉松
为Android和iOS项目编写的跨平台测试运行程序
主要焦点
调整测试执行的稳定性,以适应环境和测试中的脆弱性。
使用高并行度实现高性能(处理数十个设备)
文献资料
请检查官方以了解安装,配置等信息
执照
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obta