Commit 7b04e1e4 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

doc: change the project pitch sentence

parent 690ec14e
Loading
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
# GitLab CI template for Puppeteer

This project implements a generic GitLab CI template for running [Puppeteer](https://pptr.dev/) functional tests. Puppeteer is a browser automation API. You can integrate it with any Javascript testing framework (such as [Jest](https://jestjs.io/), [Mocha](https://mochajs.org/), etc) and run your Puppeteer scripts with a headless Chromium
This project implements a GitLab CI/CD template to run your automated (web) tests with [Puppeteer](https://pptr.dev/).

## Usage

+1 −1
Original line number Diff line number Diff line
{
  "name": "Puppeteer",
  "description": "GitLab CI template for running [Puppeteer](https://pptr.dev/) functional tests",
  "description": "Run your automated (web) tests with [Puppeteer](https://pptr.dev/)",
  "template_path": "templates/gitlab-ci-puppeteer.yml",
  "kind": "acceptance",
  "variables": [