arlecchino
TypeScript icon, indicating that this package has built-in type declarations

0.0.15 • Public • Published

Arlecchino

CircleCI npm version

End-to-End testing library for Web apps.

Getting started

$ npm install -g arlecchino

Write a scenario file.

# example.yml 
 
description: Search Arlecchino with NPM
steps:
  goto: https://www.npmjs.com
  find:
      query: input[type='search'][name='q']
      action:
        input: arlecchino
  - screenshot
  find:
      query: "form#search"
      action: submit
  - wait_for_navigation
  sleep: 300
  - screenshot

And run the scenario.

$ arlecchino example.yml

Guide

Read this page.

How it works

Arlecchino uses GoogleChrome/Puppeteer.

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i arlecchino

Weekly Downloads

0

Version

0.0.15

License

MIT

Unpacked Size

201 kB

Total Files

147

Last publish

Collaborators

  • quramy