https://github.com/ffmeyer/learngithubactiont20231
https://github.com/ffmeyer/learngithubactiont20231
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ffmeyer/learngithubactiont20231
- Owner: ffmeyer
- Created: 2024-03-23T19:04:17.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-23T20:07:25.000Z (about 2 years ago)
- Last Synced: 2025-01-25T22:54:01.635Z (over 1 year ago)
- Language: JavaScript
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# serverRestAPI
ServerRestAPI Testing
# Depends on Server Rest Project
To run this project check this documentation:
https://serverest.dev/ from @PauloGoncalvesBH
# Install
```
npm install
```
# Run Cypress open browser
```
npx cypress open
```
# Run Cypress headless mode
```
npx cypress run
```