Skip to content

Commit

Permalink
Removed extra code (#134)
Browse files Browse the repository at this point in the history
### To be filled by the PR creator:

* A brief description of the changes made - 

* Do we have clean latest run report (Docker or Browserstack) attached
with this PR?
  * [ ] Yes
  * [ ] No (Please explain why)

* Does the PR contain changes to any core file?
  * [ ] Yes (Needs approval from at least 1 people)
  * [ ] No

* Is it
  * [ ] New Testcase
  * [ ] Fix


### To be filled by the PR reviewer:

* [ ] Verify the attached run report passed in GitHub Actions (Docker or
Browserstack run)

* General
    * [ ] Use the best strategy to locate the elements
    * [ ] Comments wherever the code is not readable by itself
    * [ ] Use of the right data structure for the use case
    * [ ] Reuse logic/functionality as much as possible
    * [ ] Cleanup of any test data that is generated by the tests
    * [ ] No static waits
  • Loading branch information
tauqirsarwar1 authored May 29, 2024
2 parents 87ee9ab + c6154aa commit 60a0a68
Show file tree
Hide file tree
Showing 10 changed files with 6 additions and 773 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test_scripts_version_bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# Bump version on merging Pull Requests with specific labels.
# (bump:major,bump:minor,bump:patch)
- uses: haya14busa/action-bumpr@v1
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ Pytest Automation Boilerplate
==================================
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-1EAEDB)]()
[![license](https://img.shields.io/badge/license-MIT-blue)](https://opensource.org/license/mit)
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/tweag/pytest-automation-boilerplate/docker_android_workflow.yml)
![GitHub repo size](https://img.shields.io/github/repo-size/tweag/pytest-automation-boilerplate)
![GitHub last commit](https://img.shields.io/github/last-commit/tweag/pytest-automation-boilerplate)
![GitHub Issues or Pull Requests](https://img.shields.io/github/issues/tweag/pytest-automation-boilerplate)


About the Project
-----------------
Expand Down
3 changes: 0 additions & 3 deletions main/frontend/common/step_definitions/__init__.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
from .browser_navigation import *
from .click_touch_and_keyboard_actions import *
from .date_time import *
from .dropdowns import *
from .attribute_assertion import *
from .environment_variables import *
from .excel_and_csv import *
from .html_tables import *
from .mobile_device_actions import *
from .swipe_drag_and_drop import *
from .text_assertion_editing import *
Expand Down
126 changes: 0 additions & 126 deletions main/frontend/common/step_definitions/date_time.py

This file was deleted.

Loading

0 comments on commit 60a0a68

Please sign in to comment.