Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Testcase3. Website's official rss link with .html styles. #5

Closed
khushpreet-kaur opened this issue Jan 9, 2017 · 0 comments
Closed
Milestone

Comments

@khushpreet-kaur
Copy link
Collaborator

Website's official main rss link (.html) of any news site.

Issue definition in Newsrack:

define sources {gen_news}
	timesofindia = "TimesOfIndia", http://timesofindia.indiatimes.com/rss.cms
end sources

define concepts
   <water> = water, drinking water
   <politics> = Narendra Modi, BJP, AAP, Mamata Banerjee, politicians, elections
   <sports> = cricket, football, MS Dhoni, captaincy
   <pot> = pot, medical use, marijuana
end concepts

define issue usecase3-link-with-html-styles-toi
  monitor sources {gen_news} organize news into categories
  {
    [Water] = water
    [politics] = politics
    [sports] = sports
    [pot] = pot
  }
end issue

News Source format: Website's official main rss link (All the sub-categories with html styles are listed in this page) with .html styles.

Concepts: Water, politics, sports, cricket, pot etc.

Expected result: Get news feed based on concepts as a keyword from the source provided.

Actual Result: No feed.

Status: FAIL

Source format Validation Status: NOT VALID ()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants