An open API service indexing awesome lists of open source software.

https://github.com/remarkablemark/cypress-google-search

Cypress Google search demo.
https://github.com/remarkablemark/cypress-google-search

cypress cypress-example cypress-io google-search

Last synced: about 1 year ago
JSON representation

Cypress Google search demo.

Awesome Lists containing this project

README

          

# cypress-google-search

[![E2E](https://github.com/remarkablemark/cypress-google-search/actions/workflows/e2e.yml/badge.svg)](https://github.com/remarkablemark/cypress-google-search/actions/workflows/e2e.yml)
![GitHub last commit](https://img.shields.io/github/last-commit/remarkablemark/cypress-google-search)

Demo of using [Cypress](https://b.remarkabl.org/cypress) end-to-end (E2E) test runner to perform a [Google](https://www.google.com/) search. See [blog post](https://b.remarkabl.org/3doyeL9) or [YouTube video](https://b.remarkabl.org/3b7vq1Q).

## Prerequisites

- [Node.js](https://nodejs.org/)

## Install

Clone repository:

```sh
git clone https://github.com/remarkablemark/cypress-google-search.git
cd cypress-google-search
```

Install dependencies:

```sh
npm install
```

## Run

Open Cypress:

```sh
npx cypress open
```

## CI

See [cypress-io/github-action](https://github.com/cypress-io/github-action).

## License

[MIT](LICENSE)