Skip to content

remarkablemark/cypress-google-search

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

cypress-google-search

E2E GitHub last commit

Demo of using Cypress end-to-end (E2E) test runner to perform a Google search. See blog post or YouTube video.

Prerequisites

Install

Clone repository:

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

Install dependencies:

npm install

Run

Open Cypress:

npx cypress open

CI

See cypress-io/github-action.

License

MIT