Skip to content

Commit 79e177e

Browse files
committed
Add Allure test report
1 parent 050d750 commit 79e177e

File tree

986 files changed

+16573
-14115
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

986 files changed

+16573
-14115
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"uuid": "bf742310-f8b3-44a7-8de2-5b954d417969", "children": ["464f12e4-1299-448a-9592-b765ff624b69"], "befores": [{"name": "scraper_class", "status": "passed", "start": 1705853824084, "stop": 1705853824084}], "start": 1705853824084, "stop": 1705853825630}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"name": "Test job countries from the noodlepack website against Peviitor API Response", "status": "passed", "steps": [{"name": "Step 1: Get job countries from the scraper", "status": "passed", "start": 1705853886300, "stop": 1705853886301}, {"name": "Step 2: Get job countries from the Peviitor API", "status": "passed", "start": 1705853886301, "stop": 1705853886301}, {"name": "Step 3: Compare job countries from scraper response against Peviitor API Response", "status": "passed", "start": 1705853886301, "stop": 1705853886301}], "attachments": [{"name": "stdout", "source": "efe97e1f-cc58-4167-a937-ff162de67d16-attachment.txt", "type": "text/plain"}], "parameters": [{"name": "scraper_class", "value": "<class 'sites.noodlepack.noodlepackScraper'>"}], "start": 1705853886300, "stop": 1705853886301, "uuid": "146301e6-75c2-4a55-b66e-fd5be20eabcc", "historyId": "b1a670fe5b98660202ce3443dc412805", "testCaseId": "acd47a899d69d3ac220d510e41e13b29", "fullName": "test_api.TestScrapers#test_scrapers_country", "labels": [{"name": "tag", "value": "API"}, {"name": "tag", "value": "regression"}, {"name": "suite", "value": "test_api"}, {"name": "subSuite", "value": "TestScrapers"}, {"name": "host", "value": "fv-az1021-866"}, {"name": "thread", "value": "1937-MainThread"}, {"name": "framework", "value": "pytest"}, {"name": "language", "value": "cpython3"}, {"name": "package", "value": "test_api"}]}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Expected Results: [['Iasi'], ['Iasi']]
2+
3+
Actual Results: [['Iasi'], ['Iasi']]
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"uuid": "36e657fd-2d5a-482f-ad22-163937134236", "children": ["b03cc5f8-5fd4-40a3-8fb6-8dd708513ae5", "33cf4071-9dd8-4b64-bed5-2980b0f318b2"], "befores": [{"name": "scraper_class", "status": "passed", "start": 1705853870498, "stop": 1705853870498}], "start": 1705853870498, "stop": 1705853876312}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Expected Results: ['https://panifcom.ro/cariere/#1', 'https://panifcom.ro/cariere/#2', 'https://panifcom.ro/cariere/#3']
2+
3+
Actual Results: ['https://panifcom.ro/cariere/#1', 'https://panifcom.ro/cariere/#2', 'https://panifcom.ro/cariere/#3']
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"name": "Test job titles from the InterbrandsOrbico website against Peviitor API Response", "status": "passed", "steps": [{"name": "Step 1: Get job titles from the scraper", "status": "passed", "start": 1705853819640, "stop": 1705853819641}, {"name": "Step 2: Get job titles from the Peviitor API", "status": "passed", "start": 1705853819641, "stop": 1705853819641}, {"name": "Step 3: Compare job titles from scraper response against Peviitor API Response", "status": "passed", "start": 1705853819641, "stop": 1705853819641}], "attachments": [{"name": "stdout", "source": "af238404-8c2f-4252-b70b-7d8a39f743a4-attachment.txt", "type": "text/plain"}], "parameters": [{"name": "scraper_class", "value": "<class 'sites.interbrandsorbico.InterbrandsOrbicoScraper'>"}], "start": 1705853819640, "stop": 1705853819641, "uuid": "a5aa86f5-0547-4026-bb29-d5977796f084", "historyId": "41cec552bbe0b6876715fa3652db46c0", "testCaseId": "4b62ec59580b850c2662da4323212e24", "fullName": "test_api.TestScrapers#test_scrapers_title", "labels": [{"name": "tag", "value": "API"}, {"name": "tag", "value": "regression"}, {"name": "suite", "value": "test_api"}, {"name": "subSuite", "value": "TestScrapers"}, {"name": "host", "value": "fv-az1021-866"}, {"name": "thread", "value": "1943-MainThread"}, {"name": "framework", "value": "pytest"}, {"name": "language", "value": "cpython3"}, {"name": "package", "value": "test_api"}]}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"name": "test_scrapers_city[NagarroScraper]", "status": "broken", "statusDetails": {"message": "KeyError: 'job_link'", "trace": "scraper_class = <class 'sites.nagarro.NagarroScraper'>\n\n @pytest.fixture(scope=\"class\")\n def setup_tests(scraper_class):\n \"\"\"\n Fixture for setting up tests with the provided scraper class.\n \"\"\"\n setup_tests_instance = SetupTests()\n> setup_tests_instance.get_jobs_careers(scraper_class)\n\ntests/test_api.py:47: \n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \ntests/test_api.py:34: in get_jobs_careers\n self.peviitor_jobs_data = TestUtils.scrape_peviitor(self.scraper_data[1], 'România')\ntests/utils.py:58: in scrape_peviitor\n all_future_job_link.extend([job_link['job_link'][0] for job_link in response_data])\n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \n\n.0 = <list_iterator object at 0x7fb5edb4ae90>\n\n> all_future_job_link.extend([job_link['job_link'][0] for job_link in response_data])\nE KeyError: 'job_link'\n\ntests/utils.py:58: KeyError"}, "parameters": [{"name": "scraper_class", "value": "<class 'sites.nagarro.NagarroScraper'>"}], "start": 1705853827026, "stop": 1705853827026, "uuid": "ce942fa6-39e6-481b-9a38-3b5ae352db29", "historyId": "4bc13c48175588c6e41f97b038b31297", "testCaseId": "75f773d8d7bc6573a9e018ca8c499fa6", "fullName": "test_api.TestScrapers#test_scrapers_city", "labels": [{"name": "tag", "value": "API"}, {"name": "tag", "value": "regression"}, {"name": "suite", "value": "test_api"}, {"name": "subSuite", "value": "TestScrapers"}, {"name": "host", "value": "fv-az1021-866"}, {"name": "thread", "value": "1937-MainThread"}, {"name": "framework", "value": "pytest"}, {"name": "language", "value": "cpython3"}, {"name": "package", "value": "test_api"}]}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Expected Results: ['https://www.bakertilly.ro/2023/06/27/accountant/', 'https://www.bakertilly.ro/2023/08/29/junior-auditor-bucharest-office/', 'https://www.bakertilly.ro/2023/09/05/audit-manager-bucharest-office/', 'https://www.bakertilly.ro/2023/09/25/audit-director-bucharest-office/', 'https://www.bakertilly.ro/2024/01/09/senior-accountant-bucharest-office-2/']
2+
3+
Actual Results: ['https://www.bakertilly.ro/2023/06/27/accountant/', 'https://www.bakertilly.ro/2023/08/29/junior-auditor-bucharest-office/', 'https://www.bakertilly.ro/2023/09/05/audit-manager-bucharest-office/', 'https://www.bakertilly.ro/2023/09/25/audit-director-bucharest-office/', 'https://www.bakertilly.ro/2024/01/09/senior-accountant-bucharest-office-2/']
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"uuid": "116905ee-20e3-486c-a9fd-415f17787bb3", "children": ["3122a8a2-f896-413f-9ec0-a77d9c135a62", "d1b97964-562b-4547-bdaf-4da789bdb23a"], "befores": [{"name": "setup_tests", "status": "passed", "start": 1705853862285, "stop": 1705853867516}], "start": 1705853862285, "stop": 1705853867522}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Expected Results: ['https://anahr.ro/job/economist/', 'https://anahr.ro/job/manager-de-productie/', 'https://anahr.ro/job/mid-devops-engineer/', 'https://anahr.ro/job/reprezentant-vanzari-2/', 'https://anahr.ro/job/reprezentant-vanzari-moldova/', 'https://anahr.ro/job/reprezentant-vanzari-timisoara/']
2+
3+
Actual Results: ['https://anahr.ro/job/economist/', 'https://anahr.ro/job/manager-de-productie/', 'https://anahr.ro/job/mid-devops-engineer/', 'https://anahr.ro/job/reprezentant-vanzari-2/', 'https://anahr.ro/job/reprezentant-vanzari-moldova/', 'https://anahr.ro/job/reprezentant-vanzari-timisoara/']

0 commit comments

Comments
 (0)