Skip to content

Commit

Permalink
Update for 7-multiple-testcases-for-multiple-projectsproducts-using-f…
Browse files Browse the repository at this point in the history
…ixtures
  • Loading branch information
sacredabhishek committed Aug 9, 2023
1 parent 88b56fa commit 6415fb1
Show file tree
Hide file tree
Showing 36 changed files with 815 additions and 755 deletions.
13 changes: 0 additions & 13 deletions .github/FUNDING.yml

This file was deleted.

38 changes: 0 additions & 38 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

3 changes: 0 additions & 3 deletions .idea/.gitignore

This file was deleted.

8 changes: 0 additions & 8 deletions .idea/Playwright_API_Testing.iml

This file was deleted.

21 changes: 0 additions & 21 deletions .idea/inspectionProfiles/Project_Default.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/inspectionProfiles/profiles_settings.xml

This file was deleted.

7 changes: 0 additions & 7 deletions .idea/misc.xml

This file was deleted.

8 changes: 0 additions & 8 deletions .idea/modules.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/vcs.xml

This file was deleted.

Binary file removed POC/POC/__pycache__/__init__.cpython-310.pyc
Binary file not shown.
Binary file removed POC/POC/__pycache__/settings.cpython-310.pyc
Binary file not shown.
Binary file removed POC/POC/__pycache__/urls.cpython-310.pyc
Binary file not shown.
Binary file removed POC/POC/__pycache__/wsgi.cpython-310.pyc
Binary file not shown.
Binary file removed POC/__pycache__/database.cpython-310.pyc
Binary file not shown.
Binary file removed POC/poc_automation/__pycache__/__init__.cpython-310.pyc
Binary file not shown.
Binary file removed POC/poc_automation/__pycache__/admin.cpython-310.pyc
Binary file not shown.
Binary file removed POC/poc_automation/__pycache__/apps.cpython-310.pyc
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed POC/poc_automation/__pycache__/urls.cpython-310.pyc
Binary file not shown.
Binary file removed POC/poc_automation/__pycache__/views.cpython-310.pyc
Binary file not shown.
7 changes: 7 additions & 0 deletions POC/poc_automation/conftest.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# conftest.py

import pytest

def pytest_configure(config):
config.addinivalue_line("markers", "IvinPro_test: Marker for test cases related to Lifeeazy product.")
config.addinivalue_line("markers", "Lifeeazy_test: Marker for test cases related to Ivin_Pro product.")
554 changes: 554 additions & 0 deletions POC/poc_automation/data.html

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions POC/poc_automation/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class InputModel(models.Model):
objects = models.Manager()

class Meta:
db_table = 'Input_IvinProData'
db_table = 'Poc_Input_IvinPro'


class lifeeazyModel(models.Model):
Expand All @@ -32,4 +32,4 @@ class lifeeazyModel(models.Model):
objects = models.Manager()

class Meta:
db_table = 'Input_LifeeazyData'
db_table = 'Poc_Input_Lifeeazy'
Loading

0 comments on commit 6415fb1

Please sign in to comment.