{"id":15144604,"url":"https://github.com/ntueeboyz/flaskrrr-and-tests","last_synced_at":"2026-01-20T12:33:28.042Z","repository":{"id":176541342,"uuid":"312814108","full_name":"ntueeboyz/flaskrrr-and-tests","owner":"ntueeboyz","description":"Web login page and API/UI tests (interview)","archived":false,"fork":false,"pushed_at":"2021-11-23T09:12:17.000Z","size":8544,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-06T17:35:03.542Z","etag":null,"topics":["flask","robot-framework"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ntueeboyz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2020-11-14T12:37:37.000Z","updated_at":"2021-08-13T15:53:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"44546e9d-3cef-4876-a19f-b94d3ab1a764","html_url":"https://github.com/ntueeboyz/flaskrrr-and-tests","commit_stats":null,"previous_names":["ntueeboy/flaskrrr-and-tests","ntueeboyz/flaskrrr-and-tests"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ntueeboyz/flaskrrr-and-tests","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ntueeboyz%2Fflaskrrr-and-tests","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ntueeboyz%2Fflaskrrr-and-tests/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ntueeboyz%2Fflaskrrr-and-tests/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ntueeboyz%2Fflaskrrr-and-tests/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ntueeboyz","download_url":"https://codeload.github.com/ntueeboyz/flaskrrr-and-tests/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ntueeboyz%2Fflaskrrr-and-tests/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28603392,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T12:01:53.233Z","status":"ssl_error","status_checked_at":"2026-01-20T12:01:46.545Z","response_time":117,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["flask","robot-framework"],"created_at":"2024-09-26T10:42:31.053Z","updated_at":"2026-01-20T12:33:28.021Z","avatar_url":"https://github.com/ntueeboyz.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# flaskrrr-and-tests\nWeb login system and API/UI tests\n## QuickStart\nNo one likes looooong README, so let's begin:\n### Version\npython 3.9.0  \nFlask 1.1.2  \nRobot Framework 3.2.2 (Python 3.9.0 on darwin)  \n### Setup\n```\ngit clone https://github.com/NTUEEboy/flaskrrr-and-tests.git\n```\nJust follow the tutorial of [Flask website](https://flask.palletsprojects.com/en/1.1.x/) to creat a virtual env. under the project\n```\n$ python -m venv venv\n```\nActivate the environment\n```\n$ . venv/bin/activate\n```\nInstall required packages: Flask and [Robot Framework](https://robotframework.org/).\n```\n$ pip install -r requirements.txt\n```\nMake sure you have the same chrome version with [ChromeDriver](https://chromedriver.chromium.org/)(88) in this [repository](https://github.com/NTUEEboy/flaskrrr-and-tests/blob/master/chromedriver_binary/chromedriver). \n### How to run\nCheck Internet is connected in your side because Bootstrap and jQuert CND are used.  \nThe test scripts are in the [tests](https://github.com/NTUEEboy/flaskrrr-and-tests/tree/master/loginApp/tests) direectory.  \nStart the localhost web server\n```\n$ export FLASK_APP=main.py\n$ flask run\n```\nThe api test for the login function\n```\n$ python -m unittest -v tests/test_basic.py\n```\nor if you have `pytest` installed\n```\n$ pytest\n```\nThe UI test in different cases\n```\n$ robot tests/ui_tests/login.robot\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fntueeboyz%2Fflaskrrr-and-tests","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fntueeboyz%2Fflaskrrr-and-tests","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fntueeboyz%2Fflaskrrr-and-tests/lists"}