Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brunobzs/cypress-automation-tests
https://github.com/brunobzs/cypress-automation-tests
automation cypress javascript test-automation testing-tools tests
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/brunobzs/cypress-automation-tests
- Owner: brunobzs
- Created: 2024-02-07T01:04:34.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-11-29T02:18:40.000Z (about 1 month ago)
- Last Synced: 2024-11-29T03:18:34.411Z (about 1 month ago)
- Topics: automation, cypress, javascript, test-automation, testing-tools, tests
- Language: JavaScript
- Homepage:
- Size: 5.1 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Automation using Cypress.io
To run the tests, you must have [Node.js](https://nodejs.org/en/) installed.
## Installation
Installing [Cypress](https://docs.cypress.io/guides/getting-started/installing-cypress) via npm:
```bash
npm i
````
To run the tests, run the command:
```bash
cypress open
```## Challenge I
Page: http://www.buscacep.correios.com.br
- A. Perform the search with the value “69005-040”
- B. Perform the search with the value “Lojas Bemol”## Challenge II
Automate the flow defined below:
1. Access the website http://www.trivago.com.br
2. Enter the value “Manaus” in the search field
3. Click on the "Search" button Select the option Sort by “Ratings and Suggestions"
4. Check the name of the first on the list
5. Check the rating of the first on the list
6. Check the value of the first on the list