-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/peviitor-ro/RaresTestHub
- Loading branch information
Showing
9,972 changed files
with
28,489 additions
and
3,749 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
1 change: 1 addition & 0 deletions
1
docs/allure-results/0001e401-3e10-40e9-80cb-9651afaee11b-container.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"uuid": "19d1a9d7-28ad-4b6f-b1d7-278150157712", "children": ["d0b6a497-d8b2-4475-8bab-696d303209f6"], "befores": [{"name": "scraper_class", "status": "passed", "start": 1705727357776, "stop": 1705727357776}], "start": 1705727357776, "stop": 1705727359303} |
1 change: 1 addition & 0 deletions
1
docs/allure-results/00047f78-9f37-4c71-98ec-5fd8bcee777e-container.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"uuid": "2480caf3-9b30-456a-98c4-f70a6032085d", "children": ["3482f9f5-70fe-4bff-976d-f6bb5dce33ff", "4e95c4d4-0820-43f4-aa59-884d7ff9391d", "490101e0-42a5-475f-92de-a3503d1d4409", "84aa14a8-a9b1-4b96-9933-24292180534e"], "befores": [{"name": "setup_tests", "status": "passed", "start": 1705554625446, "stop": 1705554626558}], "start": 1705554625446, "stop": 1705554626567} |
1 change: 1 addition & 0 deletions
1
docs/allure-results/0008b89b-e7cf-44c1-8a48-62c7e4f4de8b-container.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"uuid": "f4ba9fbc-e645-44a3-a44d-8ea088bdf3da", "children": ["a875157b-7c23-45b4-b2b1-b046caf99d56", "8668207b-f3dd-4c54-8d62-3132ce18cc71", "a00cb3a7-8816-4d63-a619-a8f03f3ba156", "3a9f5c26-b903-41d6-b39e-37563efeeb82"], "befores": [{"name": "setup_tests", "status": "passed", "start": 1705295432587, "stop": 1705295437369}], "start": 1705295432587, "stop": 1705295437381} |
1 change: 1 addition & 0 deletions
1
docs/allure-results/00111260-1307-46d6-80a0-7dd3a65fa2ca-result.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"name": "Test job links from the InterbrandsOrbico website against Peviitor API Response", "status": "broken", "statusDetails": {"message": "UnboundLocalError: local variable 'job_link' referenced before assignment", "trace": "self = <test_api.TestScrapers object at 0x7f55f8bc2da0>\nsetup_tests = <test_api.SetupTests object at 0x7f55f868e3b0>\n\n @pytest.mark.regression\n @pytest.mark.API\n def test_scrapers_link(self, setup_tests):\n \n # Dynamically set the title with the company name\n company_name = setup_tests.scraper_data[1]\n allure.dynamic.title(f\"Test job links from the {company_name} website against Peviitor API Response\")\n \n with allure.step(\"Step 1: Get job links from the scraper\"):\n job_links_scraper = sorted(setup_tests.scraped_jobs_data[3])\n \n with allure.step(\"Step 2: Get job links from the Peviitor API\"):\n job_links_peviitor = sorted(setup_tests.peviitor_jobs_data[3])\n \n missing_job_links = []\n \n for job_link in job_links_scraper:\n if job_link not in job_links_peviitor:\n missing_job_links.append(job_link)\n \n with allure.step(\"Step 3: Compare job links from scraper response against Peviitor API Response\"):\n print(f\"Expected Results: {job_links_scraper}\\n\")\n print(f\"Actual Results: {job_links_peviitor}\")\n if missing_job_links == []:\n missing_job_links_peviitor = []\n> if job_link in job_links_peviitor:\nE UnboundLocalError: local variable 'job_link' referenced before assignment\n\ntests/test_api.py:166: UnboundLocalError"}, "steps": [{"name": "Step 1: Get job links from the scraper", "status": "passed", "start": 1705554599166, "stop": 1705554599166}, {"name": "Step 2: Get job links from the Peviitor API", "status": "passed", "start": 1705554599166, "stop": 1705554599166}, {"name": "Step 3: Compare job links from scraper response against Peviitor API Response", "status": "broken", "statusDetails": {"message": "UnboundLocalError: local variable 'job_link' referenced before assignment\n", "trace": " File \"/home/runner/work/RaresTestHub/RaresTestHub/tests/test_api.py\", line 166, in test_scrapers_link\n if job_link in job_links_peviitor:\n"}, "start": 1705554599166, "stop": 1705554599166}], "attachments": [{"name": "stdout", "source": "1d511890-dbea-45c2-b837-97f9af4c2df6-attachment.txt", "type": "text/plain"}], "parameters": [{"name": "scraper_class", "value": "<class 'sites.interbrandsorbico.InterbrandsOrbicoScraper'>"}], "start": 1705554599166, "stop": 1705554599166, "uuid": "2ecbffdb-d9de-40c5-ad81-3ec24f078cc5", "historyId": "80302007fc07ab5d430d3f05e63aa17a", "testCaseId": "5166eb21b2abf1f7b6b25fcad406d485", "fullName": "test_api.TestScrapers#test_scrapers_link", "labels": [{"name": "tag", "value": "API"}, {"name": "tag", "value": "regression"}, {"name": "suite", "value": "test_api"}, {"name": "subSuite", "value": "TestScrapers"}, {"name": "host", "value": "fv-az1386-350"}, {"name": "thread", "value": "2129-MainThread"}, {"name": "framework", "value": "pytest"}, {"name": "language", "value": "cpython3"}, {"name": "package", "value": "test_api"}]} |
1 change: 1 addition & 0 deletions
1
docs/allure-results/001e40f2-3d17-4dfa-ad9f-43da71484166-result.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"name": "Test job cities from the oradeatechhub website against Peviitor API Response", "status": "passed", "steps": [{"name": "Step 1: Get job cities from the scraper", "status": "passed", "start": 1705727346290, "stop": 1705727346290}, {"name": "Step 2: Get job cities from the Peviitor API", "status": "passed", "start": 1705727346290, "stop": 1705727346290}, {"name": "Step 3: Compare job cities from scraper response against Peviitor API Response", "status": "passed", "start": 1705727346290, "stop": 1705727346290}], "attachments": [{"name": "stdout", "source": "2cac05f9-6330-4390-a3cf-06b09b26f780-attachment.txt", "type": "text/plain"}], "parameters": [{"name": "scraper_class", "value": "<class 'sites.oradeatechhub.oradeatechhubScraper'>"}], "start": 1705727346290, "stop": 1705727346291, "uuid": "60870e2a-4a3d-47b0-9779-382bb319baf8", "historyId": "7942f36db22c441364ccfa3b4bb16e6f", "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-az1434-267"}, {"name": "thread", "value": "1953-MainThread"}, {"name": "framework", "value": "pytest"}, {"name": "language", "value": "cpython3"}, {"name": "package", "value": "test_api"}]} |
1 change: 1 addition & 0 deletions
1
docs/allure-results/001f600a-b35a-4223-b7c3-1841771f336d-result.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"name": "Test job titles from the inova website against Peviitor API Response", "status": "passed", "steps": [{"name": "Step 1: Get job titles from the scraper", "status": "passed", "start": 1705122556547, "stop": 1705122556547}, {"name": "Step 2: Get job titles from the Peviitor API", "status": "passed", "start": 1705122556547, "stop": 1705122556547}, {"name": "Step 3: Compare job titles from scraper response against Peviitor API Response", "status": "passed", "start": 1705122556547, "stop": 1705122556547}], "attachments": [{"name": "stdout", "source": "0cdf9054-3929-4401-b338-2bb05dbca091-attachment.txt", "type": "text/plain"}], "parameters": [{"name": "scraper_class", "value": "<class 'sites.inova.inovagroupScraper'>"}], "start": 1705122556547, "stop": 1705122556547, "uuid": "c1e462d6-05e9-4ba1-8a70-4b2e6967ddaa", "historyId": "1e194302596c56817615582a29e564ad", "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-az769-902"}, {"name": "thread", "value": "1905-MainThread"}, {"name": "framework", "value": "pytest"}, {"name": "language", "value": "cpython3"}, {"name": "package", "value": "test_api"}]} |
1 change: 1 addition & 0 deletions
1
docs/allure-results/00210d56-1280-4986-af1d-538e11dcf2fe-result.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"name": "Test job titles from the covalact website against Peviitor API Response", "status": "passed", "steps": [{"name": "Step 1: Get job titles from the scraper", "status": "passed", "start": 1705122568328, "stop": 1705122568328}, {"name": "Step 2: Get job titles from the Peviitor API", "status": "passed", "start": 1705122568328, "stop": 1705122568328}, {"name": "Step 3: Compare job titles from scraper response against Peviitor API Response", "status": "passed", "start": 1705122568328, "stop": 1705122568328}], "attachments": [{"name": "stdout", "source": "32b8764a-5d12-4f03-beb0-70e519735ff5-attachment.txt", "type": "text/plain"}], "parameters": [{"name": "scraper_class", "value": "<class 'sites.covalact.covalactScraper'>"}], "start": 1705122568328, "stop": 1705122568328, "uuid": "e66fe216-54c3-48d5-abc2-a746b53e1690", "historyId": "ecc1ea0c07644a340877afc349d69c88", "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-az769-902"}, {"name": "thread", "value": "1908-MainThread"}, {"name": "framework", "value": "pytest"}, {"name": "language", "value": "cpython3"}, {"name": "package", "value": "test_api"}]} |
3 changes: 3 additions & 0 deletions
3
docs/allure-results/002288fe-20c9-4e1e-80a7-3d38fce8e250-attachment.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Expected Results: [['Oradea'], ['Oradea']] | ||
|
||
Actual Results: [['Oradea'], ['Oradea']] |
1 change: 1 addition & 0 deletions
1
docs/allure-results/002f47f0-0805-4c14-873f-1f63da3aba23-container.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"uuid": "079872d4-5a30-4cb6-a163-f6fdfee8b420", "children": ["74242ea0-5178-4efa-bdb8-58e0d8e310f6", "6a113d9a-f1ac-416f-a14a-7f3c02e1649e", "88d71820-dd46-4508-acf1-fcfc8528dfd5", "064f6a80-fbb3-43c6-b351-030082d6b16e"], "befores": [{"name": "setup_tests", "status": "passed", "start": 1705468211846, "stop": 1705468217680}], "start": 1705468211846, "stop": 1705468217690} |
1 change: 1 addition & 0 deletions
1
docs/allure-results/0038714f-2549-4b28-9f11-1da5ead148c9-container.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"uuid": "fce03654-6b35-4528-bc29-a1c2a6fa0b7c", "children": ["7aef15c9-2107-4201-86b0-f559547c8436", "c4fd20a5-26b8-4f9a-a3a3-bcb9e01eb795"], "befores": [{"name": "scraper_class", "status": "passed", "start": 1705468226799, "stop": 1705468226799}], "start": 1705468226799, "stop": 1705468228249} |
1 change: 1 addition & 0 deletions
1
docs/allure-results/00447a68-68c2-4c88-a06f-4b18785eaddf-result.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"name": "Test job titles from the dualit website against Peviitor API Response", "status": "passed", "steps": [{"name": "Step 1: Get job titles from the scraper", "status": "passed", "start": 1705122702998, "stop": 1705122702998}, {"name": "Step 2: Get job titles from the Peviitor API", "status": "passed", "start": 1705122702998, "stop": 1705122702998}, {"name": "Step 3: Compare job titles from scraper response against Peviitor API Response", "status": "passed", "start": 1705122702998, "stop": 1705122702998}], "attachments": [{"name": "stdout", "source": "6c00e0a7-9ed6-48bb-91e9-3281f535e65f-attachment.txt", "type": "text/plain"}], "parameters": [{"name": "scraper_class", "value": "<class 'sites.dualit.dualitScraper'>"}], "start": 1705122702998, "stop": 1705122702998, "uuid": "9f21630c-44f5-44c0-ae03-dec09d20d3e8", "historyId": "64e5e2d81b98435a29c0cf591b072404", "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-az769-902"}, {"name": "thread", "value": "1905-MainThread"}, {"name": "framework", "value": "pytest"}, {"name": "language", "value": "cpython3"}, {"name": "package", "value": "test_api"}]} |
1 change: 1 addition & 0 deletions
1
docs/allure-results/00498993-c289-46c8-96f0-f7ca12511dea-container.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"uuid": "2db1cb60-743e-493b-b98f-a4fef7810998", "children": ["ec40c636-5017-4186-9ca7-5b415d4c35fc", "6c07c8f0-8f09-4fa3-8c73-647b086fa72d", "acacb3eb-ba23-49b6-8bec-faf512b602c4", "c5ec1ba7-90f0-4777-9da5-f67941db7c97"], "befores": [{"name": "scraper_class", "status": "passed", "start": 1705727361925, "stop": 1705727361925}], "start": 1705727361925, "stop": 1705727363331} |
1 change: 1 addition & 0 deletions
1
docs/allure-results/0052ed6a-2f82-4c2f-9cd5-c78c34a8c3f0-result.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"name": "Test job countries from the careerscenter website against Peviitor API Response", "status": "passed", "steps": [{"name": "Step 1: Get job countries from the scraper", "status": "passed", "start": 1705727362726, "stop": 1705727362726}, {"name": "Step 2: Get job countries from the Peviitor API", "status": "passed", "start": 1705727362726, "stop": 1705727362726}, {"name": "Step 3: Compare job countries from scraper response against Peviitor API Response", "status": "passed", "start": 1705727362726, "stop": 1705727362727}], "attachments": [{"name": "stdout", "source": "beac6585-ff5e-41e3-8067-99e0444a7924-attachment.txt", "type": "text/plain"}], "parameters": [{"name": "scraper_class", "value": "<class 'sites.careerscenter.careerscenterScraper'>"}], "start": 1705727362726, "stop": 1705727362727, "uuid": "0c061621-5c00-4966-a208-3b4f2fe50bb2", "historyId": "7603ad6593f1dd1f6f5116b5e1a27bde", "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-az1434-267"}, {"name": "thread", "value": "1950-MainThread"}, {"name": "framework", "value": "pytest"}, {"name": "language", "value": "cpython3"}, {"name": "package", "value": "test_api"}]} |
1 change: 1 addition & 0 deletions
1
docs/allure-results/0052fec9-6e62-4b29-98ab-4570cfd5641c-container.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"uuid": "4be1bf5e-435e-4802-851d-454b796b3123", "children": ["47a43c38-b6f9-45ee-b9b9-cd5c63da7961", "c491b985-a7e6-404d-81e2-f8e2a78671e2", "c71c8194-2c0f-4ac1-b10d-d0f07842dca6", "4f69e66c-3a2d-49d6-8e90-0f3026441234"], "befores": [{"name": "scraper_class", "status": "passed", "start": 1705381777094, "stop": 1705381777094}], "start": 1705381777094, "stop": 1705381785161} |
3 changes: 3 additions & 0 deletions
3
docs/allure-results/006c35ab-780c-4fbc-a04e-258dcba28098-attachment.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Expected Results: ['https://www.arcadiamedical.ro/cariere#1', 'https://www.arcadiamedical.ro/cariere#2', 'https://www.arcadiamedical.ro/cariere#3', 'https://www.arcadiamedical.ro/cariere#4', 'https://www.arcadiamedical.ro/cariere#5', 'https://www.arcadiamedical.ro/cariere#6', 'https://www.arcadiamedical.ro/cariere#7', 'https://www.arcadiamedical.ro/cariere#8'] | ||
|
||
Actual Results: ['https://www.arcadiamedical.ro/cariere#1', 'https://www.arcadiamedical.ro/cariere#2', 'https://www.arcadiamedical.ro/cariere#3', 'https://www.arcadiamedical.ro/cariere#4', 'https://www.arcadiamedical.ro/cariere#5', 'https://www.arcadiamedical.ro/cariere#6', 'https://www.arcadiamedical.ro/cariere#7', 'https://www.arcadiamedical.ro/cariere#8'] |
1 change: 1 addition & 0 deletions
1
docs/allure-results/007517d6-0f14-46bc-bb2f-4e7ff60de49d-container.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"uuid": "127666a8-84ad-4f65-b927-e8f5b66731a7", "children": ["11141283-402a-4405-86f2-a383ce0843e7", "1b7c5fca-ce0d-4e94-8957-a61fb072a79d", "8d043f08-22c8-416b-bac3-a8580356df33", "122fa84c-d609-4b30-bf3c-2923d05c0210"], "befores": [{"name": "scraper_class", "status": "passed", "start": 1705208923417, "stop": 1705208923417}], "start": 1705208923417, "stop": 1705208925860} |
1 change: 1 addition & 0 deletions
1
docs/allure-results/007bc1ab-0fed-4c57-87f8-cac44cf9ea1b-container.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"uuid": "bec505ed-3391-49f3-b29b-45ea17d7b629", "children": ["1aad8df4-6318-442a-b3a4-4ee42ebeba57", "613b9e6c-6a55-4aa4-a429-ddddd699d982", "c064a90b-5c92-4fa3-b36b-d07f4483112d"], "befores": [{"name": "scraper_class", "status": "passed", "start": 1705208985575, "stop": 1705208985575}], "start": 1705208985575, "stop": 1705208987155} |
1 change: 1 addition & 0 deletions
1
docs/allure-results/00801b0b-2ae4-48ca-993b-e0e34dd2a02c-container.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"uuid": "ffa9e9f9-955f-4a4f-bba0-76d9ee7b16ad", "children": ["51ed0911-ecfd-422a-8817-2f07b5d6a513", "fc589153-8392-4bf2-bb2d-a8dd5bd197b5"], "befores": [{"name": "scraper_class", "status": "passed", "start": 1705381791790, "stop": 1705381791790}], "start": 1705381791790, "stop": 1705381793480} |
3 changes: 3 additions & 0 deletions
3
docs/allure-results/008117dd-92da-4abd-911a-9be6cfa5e2fd-attachment.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Expected Results: ['România', 'România', 'România', 'România', 'România', 'România', 'România', 'România', 'România', 'România', 'România', 'România', 'România', 'România', 'România', 'România', 'România', 'România', 'România', 'România', 'România', 'România', 'România', 'România', 'România', 'România'] | ||
|
||
Actual Results: ['România', 'România', 'România', 'România', 'România', 'România', 'România', 'România', 'România', 'România', 'România', 'România', 'România', 'România', 'România', 'România', 'România', 'România', 'România', 'România', 'România', 'România', 'România', 'România', 'România', 'România'] |
3 changes: 3 additions & 0 deletions
3
docs/allure-results/008e167c-c983-4237-bbbc-e67dda12ee3a-attachment.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Expected Results: ['Senior Solution Architect - Service Management'] | ||
|
||
Actual Results: ['Senior Solution Architect - Service Management'] |
1 change: 1 addition & 0 deletions
1
docs/allure-results/008f0b45-afce-43a4-bc86-ef82946f294f-result.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"name": "Test job links from the dualit website against Peviitor API Response", "status": "passed", "steps": [{"name": "Step 1: Get job links from the scraper", "status": "passed", "start": 1705640979491, "stop": 1705640979491}, {"name": "Step 2: Get job links from the Peviitor API", "status": "passed", "start": 1705640979491, "stop": 1705640979491}, {"name": "Step 3: Compare job links from scraper response against Peviitor API Response", "status": "passed", "start": 1705640979491, "stop": 1705640979491}], "attachments": [{"name": "stdout", "source": "de134dbc-ba04-4498-9d2a-4777088af6fd-attachment.txt", "type": "text/plain"}], "parameters": [{"name": "scraper_class", "value": "<class 'sites.dualit.dualitScraper'>"}], "start": 1705640979491, "stop": 1705640979492, "uuid": "c9807c7b-3216-4888-9c58-c53e5f68877b", "historyId": "b27ecf9de3c42b09f75e39ece73cb56a", "testCaseId": "5166eb21b2abf1f7b6b25fcad406d485", "fullName": "test_api.TestScrapers#test_scrapers_link", "labels": [{"name": "tag", "value": "API"}, {"name": "tag", "value": "regression"}, {"name": "suite", "value": "test_api"}, {"name": "subSuite", "value": "TestScrapers"}, {"name": "host", "value": "fv-az1114-497"}, {"name": "thread", "value": "2130-MainThread"}, {"name": "framework", "value": "pytest"}, {"name": "language", "value": "cpython3"}, {"name": "package", "value": "test_api"}]} |
1 change: 1 addition & 0 deletions
1
docs/allure-results/0097c045-32b8-4404-b5ec-b32048dcfd86-container.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"uuid": "6d229672-25f5-49d2-827c-e6bfb2fca4b2", "children": ["74b94dce-0f39-467f-aeb1-8048856a2871", "195d378e-8fb7-4398-95da-9f535e44c1f6", "177c94d9-921b-47ce-8d22-f0f74096504e", "7d17a378-4e17-4ab4-a46e-2e4227ae0d4e"], "befores": [{"name": "scraper_class", "status": "passed", "start": 1705468192595, "stop": 1705468192595}], "start": 1705468192595, "stop": 1705468193882} |
3 changes: 3 additions & 0 deletions
3
docs/allure-results/00a4833b-ee06-4505-b45d-8eac96b4aead-attachment.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Expected Results: ['https://www.splendor.ro/cariera.html#1', 'https://www.splendor.ro/cariera.html#2'] | ||
|
||
Actual Results: ['https://www.splendor.ro/cariera.html#1', 'https://www.splendor.ro/cariera.html#2'] |
1 change: 1 addition & 0 deletions
1
docs/allure-results/00a6cd2e-744d-4d19-88ff-3843467f8748-result.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"name": "Test job titles from the sonrisatechnologies website against Peviitor API Response", "status": "passed", "steps": [{"name": "Step 1: Get job titles from the scraper", "status": "passed", "start": 1705208927679, "stop": 1705208927679}, {"name": "Step 2: Get job titles from the Peviitor API", "status": "passed", "start": 1705208927679, "stop": 1705208927679}, {"name": "Step 3: Compare job titles from scraper response against Peviitor API Response", "status": "passed", "start": 1705208927680, "stop": 1705208927680}], "attachments": [{"name": "stdout", "source": "930cc8c3-6b5d-4e22-be0c-1a57deef838e-attachment.txt", "type": "text/plain"}], "parameters": [{"name": "scraper_class", "value": "<class 'sites.sonrisatechnologies.sonrisatechnologiesScraper'>"}], "start": 1705208927679, "stop": 1705208927680, "uuid": "a83696db-2126-42e7-b8a6-7db934f00fc5", "historyId": "a9c642a0020c686eb2d6a01ae1370296", "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-az1246-566"}, {"name": "thread", "value": "1943-MainThread"}, {"name": "framework", "value": "pytest"}, {"name": "language", "value": "cpython3"}, {"name": "package", "value": "test_api"}]} |
Oops, something went wrong.