测试运行器 Preceptor

码农软件 · 软件分类 · 测试工具 · 2019-11-22 12:12:51

软件介绍

Preceptor 是一个测试运行器和测试聚合器,它可以平行地、连续地、组合地运行多测试和测试框架,并聚合所有测试结果和覆盖率报告。

示例代码:

var assert = require('assert');var lib = require('../lib');

it('should know the answer to life, the universe, and everything', function () {
    assert.equal(lib.answerToLifeTheUniverseAndEverything(), 42);
});

describe('The End', function () {

    it('should print something', function () {
        lib.message();
    });
});

本文地址:https://codercto.com/soft/d/19541.html

Delivering Happiness

Delivering Happiness

Tony Hsieh / Grand Central Publishing / 2010-6-7 / USD 27.00

http://www.deliveringhappinessbook.com/ The visionary CEO of Zappos explains how an emphasis on corporate culture can lead to unprecedented success. Pay new employees $2000 to quit. Make custome......一起来看看 《Delivering Happiness》 这本书的介绍吧!

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具