Skip to content

Commit

Permalink
Add Allure test report
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 11, 2024
1 parent 432616b commit 8ce7c46
Show file tree
Hide file tree
Showing 21 changed files with 496 additions and 472 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"name": "test_job_cities[Genpact]", "status": "passed", "description": "\n Test job titles contain special characters\n ", "parameters": [{"name": "scraper_class", "value": "'Genpact'"}], "start": 1731302188853, "stop": 1731302188910, "uuid": "55a3e6c5-731b-4b9c-8edc-87c3ea44ecd3", "historyId": "ac55e4797f6a40e10c701c4d3b92d2f7", "testCaseId": "1204388ca11ed5cbe72e4cae6999b749", "fullName": "tests.TestJobsValidator.test_api.TestScrapers#test_job_cities", "labels": [{"name": "tag", "value": "smoke"}, {"name": "parentSuite", "value": "tests.TestJobsValidator"}, {"name": "suite", "value": "test_api"}, {"name": "subSuite", "value": "TestScrapers"}, {"name": "host", "value": "fv-az728-302"}, {"name": "thread", "value": "1848-MainThread"}, {"name": "framework", "value": "pytest"}, {"name": "language", "value": "cpython3"}, {"name": "package", "value": "tests.TestJobsValidator.test_api"}]}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"name": "test_job_counties[Bosch]", "status": "passed", "description": "\n Test job titles contain special characters\n ", "parameters": [{"name": "scraper_class", "value": "'Bosch'"}], "start": 1731302032286, "stop": 1731302032287, "uuid": "d4d22643-de57-4262-8515-97c028deb5f6", "historyId": "b8e34794de9ad783ef56212ccc5159c8", "testCaseId": "6cac5ec7a123f1739f4d7b5abe903327", "fullName": "tests.TestJobsValidator.test_api.TestScrapers#test_job_counties", "labels": [{"name": "tag", "value": "smoke"}, {"name": "parentSuite", "value": "tests.TestJobsValidator"}, {"name": "suite", "value": "test_api"}, {"name": "subSuite", "value": "TestScrapers"}, {"name": "host", "value": "fv-az728-302"}, {"name": "thread", "value": "1848-MainThread"}, {"name": "framework", "value": "pytest"}, {"name": "language", "value": "cpython3"}, {"name": "package", "value": "tests.TestJobsValidator.test_api"}]}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"uuid": "d8c8f0fd-8c01-4c0d-8b9b-57a36accccfe", "children": ["90e542c6-5272-420b-a0aa-89268553b73f", "58ec4ed2-ffe9-4440-a330-4f0bfa91c906", "36afba74-07cc-436e-85cb-e641bc02b736", "55a3e6c5-731b-4b9c-8edc-87c3ea44ecd3", "916beab1-e8f6-4f0d-a72b-afe87f9b5579"], "befores": [{"name": "scraper_class", "status": "passed", "start": 1731302103649, "stop": 1731302103649}], "start": 1731302103649, "stop": 1731302189260}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"name": "test_job_link_content[Bosch]", "status": "passed", "description": "\n Test job links for the job title presence in the html response output\n ", "parameters": [{"name": "scraper_class", "value": "'Bosch'"}], "start": 1731301959723, "stop": 1731302032146, "uuid": "e85409a5-92c3-4181-8005-b52d97fac5c4", "historyId": "d05d78155d3073feb11d4f34ff124b20", "testCaseId": "3a863062a3835cf6b2ad4e16e5390871", "fullName": "tests.TestJobsValidator.test_api.TestScrapers#test_job_link_content", "labels": [{"name": "tag", "value": "smoke"}, {"name": "parentSuite", "value": "tests.TestJobsValidator"}, {"name": "suite", "value": "test_api"}, {"name": "subSuite", "value": "TestScrapers"}, {"name": "host", "value": "fv-az728-302"}, {"name": "thread", "value": "1848-MainThread"}, {"name": "framework", "value": "pytest"}, {"name": "language", "value": "cpython3"}, {"name": "package", "value": "tests.TestJobsValidator.test_api"}]}

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"name": "test_job_cities[Bosch]", "status": "failed", "statusDetails": {"message": "AssertionError: Test found mismatching job cities for the following jobs: ['CNC Machinist Technician', 'HR Payroll Specialist - 2 year determined period', 'IT Support Engineer', 'Operator roboți industriali', 'Procurement Planner in Logistics', 'SAP Process Expert', 'Working Student - Administrative Department', 'Working student - Financial field, CljP', 'Working Student - IT Support', 'Working Student - Technical Department', 'Working Student Logistics Department, CljP', 'Working Student Manufacturing Area', 'Working Student Reporting in Logistics']", "trace": "self = <TestJobsValidator.test_api.TestScrapers object at 0x7fb419cd2b30>\nsetup = (['Accounts Payable Accountant', 'Accounts Payables with Polish', 'Accounts Receivable Accountant with German', 'Air C...ia', 'Romania', 'Romania', 'Romania', ...], [['Timis'], ['Timis'], ['Timis'], ['Bucuresti'], ['Timis'], ['Cluj'], ...])\n\n @pytest.mark.smoke\n def test_job_cities(self, setup):\n \"\"\"\n Test job titles contain special characters\n \"\"\"\n peviitor_jobs_data = setup\n job_titles = peviitor_jobs_data[0]\n job_cities = peviitor_jobs_data[1]\n> TestScrapers.setup_tests.jobdetails.check_job_cities(job_cities, job_titles)\n\ntests/TestJobsValidator/test_api.py:80: \n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \ntests/TestJobsValidator/api_utils/job_details_utils.py:124: in check_job_cities\n self.cityutils.check_job_cities(job_cities, job_titles)\n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \n\nself = <tests.TestJobsValidator.api_utils.job_cities_utils.CitiesTestUtils object at 0x7fb41a3af3d0>\nactual_cities = [['Timisoara'], ['Timisoara'], ['Timisoara'], ['Bucuresti'], ['Timisoara'], ['Jucu'], ...]\njob_titles = ['Accounts Payable Accountant', 'Accounts Payables with Polish', 'Accounts Receivable Accountant with German', 'Air Conditioning Sales Responsible', 'Buyer with German', 'CNC Machinist Technician', ...]\n\n def check_job_cities(self, actual_cities, job_titles):\n # Itterate over actual cities and get_proper_city > city list or none if one was not found\n \n msg = \"Unknown error occured\"\n \n missing_cities = []\n missing_cities_job_titles = []\n \n for city_list, job_title in zip(actual_cities, job_titles):\n if not get_proper_city(city_list):\n missing_cities.append(city_list)\n missing_cities_job_titles.append(job_title)\n \n if missing_cities:\n msg = f\"Test found mismatching job cities for the following jobs: {missing_cities_job_titles}\"\n \n if not actual_cities and not job_titles:\n msg = f\"Cannot grab any job cities or job titles from the validator\"\n allure.step(msg)\n raise AssertionError(msg)\n \n allure.step(msg)\n> assert missing_cities == [], msg\nE AssertionError: Test found mismatching job cities for the following jobs: ['CNC Machinist Technician', 'HR Payroll Specialist - 2 year determined period', 'IT Support Engineer', 'Operator roboți industriali', 'Procurement Planner in Logistics', 'SAP Process Expert', 'Working Student - Administrative Department', 'Working student - Financial field, CljP', 'Working Student - IT Support', 'Working Student - Technical Department', 'Working Student Logistics Department, CljP', 'Working Student Manufacturing Area', 'Working Student Reporting in Logistics']\n\ntests/TestJobsValidator/api_utils/job_cities_utils.py:30: AssertionError"}, "description": "\n Test job titles contain special characters\n ", "parameters": [{"name": "scraper_class", "value": "'Bosch'"}], "start": 1731302032177, "stop": 1731302032221, "uuid": "fbadd69b-1f14-4be4-9bf4-74fc49fb2b99", "historyId": "ddf4e4574bfedad76fd3aa21672a0e5b", "testCaseId": "1204388ca11ed5cbe72e4cae6999b749", "fullName": "tests.TestJobsValidator.test_api.TestScrapers#test_job_cities", "labels": [{"name": "tag", "value": "smoke"}, {"name": "parentSuite", "value": "tests.TestJobsValidator"}, {"name": "suite", "value": "test_api"}, {"name": "subSuite", "value": "TestScrapers"}, {"name": "host", "value": "fv-az728-302"}, {"name": "thread", "value": "1848-MainThread"}, {"name": "framework", "value": "pytest"}, {"name": "language", "value": "cpython3"}, {"name": "package", "value": "tests.TestJobsValidator.test_api"}]}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"name": "test_job_types[Genpact]", "status": "passed", "description": "\n Test job types match ['hybrid', 'remote', 'on-site']\n ", "parameters": [{"name": "scraper_class", "value": "'Genpact'"}], "start": 1731302188850, "stop": 1731302188850, "uuid": "58ec4ed2-ffe9-4440-a330-4f0bfa91c906", "historyId": "a4b3a4984ef125cbfcb2fe1ef5291540", "testCaseId": "270208025a81f784ad6c6daea20c79dc", "fullName": "tests.TestJobsValidator.test_api.TestScrapers#test_job_types", "labels": [{"name": "tag", "value": "smoke"}, {"name": "parentSuite", "value": "tests.TestJobsValidator"}, {"name": "suite", "value": "test_api"}, {"name": "subSuite", "value": "TestScrapers"}, {"name": "host", "value": "fv-az728-302"}, {"name": "thread", "value": "1848-MainThread"}, {"name": "framework", "value": "pytest"}, {"name": "language", "value": "cpython3"}, {"name": "package", "value": "tests.TestJobsValidator.test_api"}]}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"uuid": "8be475c5-aa96-4997-9abc-05ff86017640", "children": ["e85409a5-92c3-4181-8005-b52d97fac5c4", "0032726d-c26b-486e-bd3f-5eea3efe8120", "1653ec50-f0e7-4812-b849-21fc50917397", "fbadd69b-1f14-4be4-9bf4-74fc49fb2b99", "d4d22643-de57-4262-8515-97c028deb5f6"], "befores": [{"name": "setup", "status": "passed", "start": 1731301957201, "stop": 1731301959722}], "afters": [{"name": "setup::0", "status": "passed", "start": 1731302032288, "stop": 1731302103648}], "start": 1731301957201, "stop": 1731302103648}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"name": "test_job_countries[Bosch]", "status": "passed", "description": "\n Test job countries match Romania\n ", "parameters": [{"name": "scraper_class", "value": "'Bosch'"}], "start": 1731302032175, "stop": 1731302032175, "uuid": "1653ec50-f0e7-4812-b849-21fc50917397", "historyId": "24b2b140e3ade175b6ba4e04f3c8ad9f", "testCaseId": "ff71aaf0b30ebc00e265ec1bfc097f9d", "fullName": "tests.TestJobsValidator.test_api.TestScrapers#test_job_countries", "labels": [{"name": "tag", "value": "smoke"}, {"name": "parentSuite", "value": "tests.TestJobsValidator"}, {"name": "suite", "value": "test_api"}, {"name": "subSuite", "value": "TestScrapers"}, {"name": "host", "value": "fv-az728-302"}, {"name": "thread", "value": "1848-MainThread"}, {"name": "framework", "value": "pytest"}, {"name": "language", "value": "cpython3"}, {"name": "package", "value": "tests.TestJobsValidator.test_api"}]}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"name": "test_job_types[Bosch]", "status": "passed", "description": "\n Test job types match ['hybrid', 'remote', 'on-site']\n ", "parameters": [{"name": "scraper_class", "value": "'Bosch'"}], "start": 1731302032174, "stop": 1731302032174, "uuid": "0032726d-c26b-486e-bd3f-5eea3efe8120", "historyId": "3ed6059cf75eb612fe48d94ad5691b7a", "testCaseId": "270208025a81f784ad6c6daea20c79dc", "fullName": "tests.TestJobsValidator.test_api.TestScrapers#test_job_types", "labels": [{"name": "tag", "value": "smoke"}, {"name": "parentSuite", "value": "tests.TestJobsValidator"}, {"name": "suite", "value": "test_api"}, {"name": "subSuite", "value": "TestScrapers"}, {"name": "host", "value": "fv-az728-302"}, {"name": "thread", "value": "1848-MainThread"}, {"name": "framework", "value": "pytest"}, {"name": "language", "value": "cpython3"}, {"name": "package", "value": "tests.TestJobsValidator.test_api"}]}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"uuid": "44e9ec03-3b05-4678-bc09-bf64d7a3cb3b", "children": ["90e542c6-5272-420b-a0aa-89268553b73f", "58ec4ed2-ffe9-4440-a330-4f0bfa91c906", "36afba74-07cc-436e-85cb-e641bc02b736", "55a3e6c5-731b-4b9c-8edc-87c3ea44ecd3", "916beab1-e8f6-4f0d-a72b-afe87f9b5579"], "befores": [{"name": "setup", "status": "passed", "start": 1731302103649, "stop": 1731302107444}], "afters": [{"name": "setup::0", "status": "passed", "start": 1731302188914, "stop": 1731302189260}], "start": 1731302103649, "stop": 1731302189260}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"uuid": "a2dc7240-03e4-4ca6-a32d-457039f42a8f", "children": ["e85409a5-92c3-4181-8005-b52d97fac5c4", "0032726d-c26b-486e-bd3f-5eea3efe8120", "1653ec50-f0e7-4812-b849-21fc50917397", "fbadd69b-1f14-4be4-9bf4-74fc49fb2b99", "d4d22643-de57-4262-8515-97c028deb5f6"], "befores": [{"name": "scraper_class", "status": "passed", "start": 1731301957193, "stop": 1731301957193}], "start": 1731301957193, "stop": 1731302103648}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"name": "test_job_counties[Genpact]", "status": "passed", "description": "\n Test job titles contain special characters\n ", "parameters": [{"name": "scraper_class", "value": "'Genpact'"}], "start": 1731302188912, "stop": 1731302188914, "uuid": "916beab1-e8f6-4f0d-a72b-afe87f9b5579", "historyId": "557ce9db46eac2e81b247540c5a9ac68", "testCaseId": "6cac5ec7a123f1739f4d7b5abe903327", "fullName": "tests.TestJobsValidator.test_api.TestScrapers#test_job_counties", "labels": [{"name": "tag", "value": "smoke"}, {"name": "parentSuite", "value": "tests.TestJobsValidator"}, {"name": "suite", "value": "test_api"}, {"name": "subSuite", "value": "TestScrapers"}, {"name": "host", "value": "fv-az728-302"}, {"name": "thread", "value": "1848-MainThread"}, {"name": "framework", "value": "pytest"}, {"name": "language", "value": "cpython3"}, {"name": "package", "value": "tests.TestJobsValidator.test_api"}]}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"name": "test_job_countries[Genpact]", "status": "passed", "description": "\n Test job countries match Romania\n ", "parameters": [{"name": "scraper_class", "value": "'Genpact'"}], "start": 1731302188851, "stop": 1731302188852, "uuid": "36afba74-07cc-436e-85cb-e641bc02b736", "historyId": "19f2c318ff4e85bcd0c274ddef802651", "testCaseId": "ff71aaf0b30ebc00e265ec1bfc097f9d", "fullName": "tests.TestJobsValidator.test_api.TestScrapers#test_job_countries", "labels": [{"name": "tag", "value": "smoke"}, {"name": "parentSuite", "value": "tests.TestJobsValidator"}, {"name": "suite", "value": "test_api"}, {"name": "subSuite", "value": "TestScrapers"}, {"name": "host", "value": "fv-az728-302"}, {"name": "thread", "value": "1848-MainThread"}, {"name": "framework", "value": "pytest"}, {"name": "language", "value": "cpython3"}, {"name": "package", "value": "tests.TestJobsValidator.test_api"}]}
8 changes: 4 additions & 4 deletions docs/allure-results/executor.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "GitHub Actions",
"type": "github",
"url": "https://github.com/peviitor-ro/RaresTestHub/actions/runs/11762417473",
"buildName": "378",
"buildUrl": "https://github.com/peviitor-ro/RaresTestHub/actions/runs/11762417473",
"url": "https://github.com/peviitor-ro/RaresTestHub/actions/runs/11772547172",
"buildName": "379",
"buildUrl": "https://github.com/peviitor-ro/RaresTestHub/actions/runs/11772547172",
"reportName": "Allure Report",
"reportUrl": "https://github.com/peviitor-ro/RaresTestHub/actions/runs/11762417473"
"reportUrl": "https://github.com/peviitor-ro/RaresTestHub/actions/runs/11772547172"
}
Loading

0 comments on commit 8ce7c46

Please sign in to comment.