Skip to content

abdullah-koc/CS458-Project1-Netflix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 

Repository files navigation

CS458-Project1-Netflix

Team Members:

  • Mehmet Çalışkan
  • İlke Doğan
  • Kaan Atakan Aray
  • Muhammet Abdullah Koç

Steps to run the web application:

cd netflix-login-page
npm install
npm start

Steps to run a default login test case: (Selenium is required to run the test cases. Install it with pip install selenium)

cd tests
python3 test_case_1.py

Steps to run a Facebook Login test case:

cd tests
cd facebook
python3 test_case_4.py

NOTE: Refer to the Facebook Account #1 in the report for test case 4.

NOTE: If you are going to execute the Facebook Login test cases, configure the dev server to serve pages over HTTPs. To do this, set the HTTPS environment variable to true, then start the dev server as usual with npm start:

Windows (cmd.exe)

set HTTPS=true&&npm start

(Note: the lack of whitespace is intentional.)

Windows (Powershell)

($env:HTTPS = "true") -and (npm start)

Linux, macOS (Bash)

HTTPS=true npm start

Note that the server will use a self-signed certificate, so your web browser will almost definitely display a warning upon accessing the page. Source for the HTTPS tutorial: https://create-react-app.dev/docs/using-https-in-development/

About

First project of CS458

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •