https://github.com/adebayo-s/feed-reader-jasmine
JavaScript feed reader testing project using jasmne
https://github.com/adebayo-s/feed-reader-jasmine
jasmine javascript testing
Last synced: about 2 months ago
JSON representation
JavaScript feed reader testing project using jasmne
- Host: GitHub
- URL: https://github.com/adebayo-s/feed-reader-jasmine
- Owner: Adebayo-S
- License: other
- Created: 2022-05-23T11:05:31.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-29T21:33:14.000Z (about 4 years ago)
- Last Synced: 2025-02-24T09:24:10.262Z (over 1 year ago)
- Topics: jasmine, javascript, testing
- Language: JavaScript
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License.md
Awesome Lists containing this project
README
# Feed-Reader-Jasmine
JavaScript feed reader testing project using jasmine.
## Tests
### RSS Feeds
- Test to ensure allFeeds variable is defined and not empty
- Loops through each feed and ensure each URL is defined and that the URL is not empty.
- Loops through each feed and ensures it has a name defined and that the name is not empty.
### The Menu
- Test to ensure the menu is hidden by default
- Test to ensure the menu displays when clicked and it hides hide when clicked again
### Initial Enteries
- Test to ensure there is at least a single feed entry after load
### New Feed Selection
- Test to ensure there is a difference between the first and second feed
## How to run
- clone or download the repository: `https://github.com/Adebayo-S/feed-reader-jasmine.git`
- The test file `feedreader.js` can be found in `\jasmine\spec`