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.
- Host: GitHub
- URL: https://github.com/remarkablemark/cypress-google-search
- Owner: remarkablemark
- License: mit
- Created: 2021-02-13T23:15:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-05-04T22:00:43.000Z (about 4 years ago)
- Last Synced: 2025-03-19T17:21:50.872Z (over 1 year ago)
- Topics: cypress, cypress-example, cypress-io, google-search
- Language: JavaScript
- Homepage: https://b.remarkabl.org/3doyeL9
- Size: 54.7 KB
- Stars: 3
- Watchers: 2
- Forks: 21
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cypress-google-search
[](https://github.com/remarkablemark/cypress-google-search/actions/workflows/e2e.yml)

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)