Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/enes9103/test_working_with_cypress_news-app
https://github.com/enes9103/test_working_with_cypress_news-app
cypress-io cypress-tests firebase-auth firebase-database react-hooks react-router reactjs redux-thunk
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/enes9103/test_working_with_cypress_news-app
- Owner: enes9103
- Created: 2022-05-11T14:10:48.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-05-13T19:02:03.000Z (over 2 years ago)
- Last Synced: 2024-11-05T13:17:05.511Z (about 2 months ago)
- Topics: cypress-io, cypress-tests, firebase-auth, firebase-database, react-hooks, react-router, reactjs, redux-thunk
- Language: JavaScript
- Homepage:
- Size: 12.8 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cypress ile Basic Test Çalışması
## `Kurulum`
```
npm install veya yarn install
```
## `Kullanilan Kutuphaneler`- `redux` :
State management kutuphanesidir. React'ten bagimsiz olarak baska platformlar ile de kullanilabilir.
- `redux-thunk` : Redux ile birlikte thunk teknolojisini kullanabilmek icin kullanilan kutuphanedir.
- `react-redux` : Redux kutu2phanesi ile olusturulan `store` ile React'in haberlesebilmesi icin kullanilan kutuphanedir.
- `axios` : API istekleri yapabilmek icin kullanilan kutuphanedir.
- `react-router-dom` : Proje icerisinde farkli URL'ler olusturup bunlar arasinda gezinebilmeyi saglayan kutuphanedir.- `@mui/material-ui`
- `@emotion/react`
- `@emotion/styled`
- `firebase`## `Kullanilacak API`:
- https://newsapi.org/
- URL:
const url =
"https://newsapi.org/v2/everything?" +
"q=Apple&" +
"from=2022-05-08&" +
"sortBy=popularity&" +
"apiKey=AIzaSyAVeF43Ukz2QFCMYgdw3htRuFriqlDQRoA";## `Kullanilacak Araclar`
- `Redux Dev Tools` : Chrome uzerinde calisan ve global state uzerinde yapilan tum degisikliklerin takip edilmesini saglayan tarayici uzantisidir. Indirmek icin [tiklayiniz.](https://chrome.google.com/webstore/detail/redux-devtools/lmhkpmbekcpmknklioeibfkpmmfibljd?utm_source=chrome-ntp-icon)`