浏览器测试工具 karmatic

码农软件 · 软件分类 · 测试工具 · 2019-11-21 07:27:34

软件介绍

Karma,Webpack和Jasmine 都非常强大,而且每一个都是高度可配置的。在创建和维护小模块时,重复这些配置和依赖关系是很麻烦的。Karmatic是这些工具的零配置包装,具有智能默认值,配置自动检测以及配置优化的功能。最重要的是,Karmatic提供了一个(无头 headless)浏览器测试工具。

安装

npm i -D karmatic

然后增加 test 测试脚本到 package.json:

{
    "scripts": {
    	"test": "karmatic"
    }
}

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

Google's PageRank and Beyond

Google's PageRank and Beyond

Amy N. Langville、Carl D. Meyer / Princeton University Press / 2006-7-23 / USD 57.50

Why doesn't your home page appear on the first page of search results, even when you query your own name? How do other web pages always appear at the top? What creates these powerful rankings? And how......一起来看看 《Google's PageRank and Beyond》 这本书的介绍吧!

HTML 编码/解码
HTML 编码/解码

HTML 编码/解码

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具