New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

jinzo-ningen

Package Overview
Dependencies
Maintainers
0
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jinzo-ningen

[![npm version](https://badge.fury.io/js/jinzo-ningen.svg)](https://badge.fury.io/js/jinzo-ningen) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

latest
npmnpm
Version
1.2.2
Version published
Weekly downloads
7
16.67%
Maintainers
0
Weekly downloads
 
Created
Source

Jinzo-Ningen

npm version License: MIT

概要

jinzo-ningen は、puppeteer による kintone 操作を補助する Node.js 用ライブラリです。

Get Started

npm add --save-dev jinzo-ningen jest jest-puppeteer
# or
yarn add --dev jinzo-ningen jest jest-puppeteer

jest.config.jsの作成

module.exports = {
  preset: 'jest-puppeteer',
}

チュートリアル

APIリファレンス

TIPS

  • テストの内容によっては、実行時間が jest の タイムアウト時間(デフォルトは 5000 ms)を超えてしまうことがあります。その場合は、jest.setTimeout() でタイムアウト時間を延長することができます。

  • 以下の内容で jest-puppeteer.config.js を作成すると、headless モードを解除して(= Chromium を表示して)テストを実行することができます。

module.exports = {
  launch: {
    headless: false,
  },
}

Licence

MIT

Keywords

kintone

FAQs

Package last updated on 15 Jul 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts