Skip to content
This repository is currently being migrated. It's locked while the migration is in progress.

tntdigital/qa-test-assignment

Repository files navigation

TntAssignment

This project was generated with Angular CLI version 1.6.5.

App specs

Welcome to our Star Wars Search web application. Our app is for the Star Wars enthusiasts who would like to find some information for some of their favorite characters and planets.

So, what you should expect when using this app are the following:

  • When you search for a character and it’s a valid one, then you should be able to see his / her “Gender”, “Birth year”, “Eye color” and “Skin color”.
  • When you search for a planet and it’s a valid one, then you should be able to see its “Population”, “Climate” and “Gravity”.
  • When you search for a character and it’s not a valid one, then you should be able to see “Not found” in the results.
  • When you search for a planet and it’s not a valid one, then you should be able to see “Not found” in the results.
  • When you search for either a character or a planet and you get results for it, after you clear the “Search form” and hit the Search button again, you should get an empty result list.
  • You can search for results by both hitting the “Search” button and “enter”.
  • When for example you have searched for a planet and you’ve got results, if you switch to People and search for the same thing, you should get a “Not found” in the results.
  • You can have more than one results, after a search.

Installation

npm install 

Run

Run ng serve and navigate to http://localhost:4200/. You can search by people and planets there. To search by people use Luke Skywalker, Leia Organa or r2. Use Darth to see multiple results.
To search by search by planets use Alderaan, Hoth.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published