Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v-4.1.0 #172

Merged
merged 48 commits into from
Aug 9, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
4a0b944
Added funding option (#89)
WasiqB Jul 7, 2019
3674dfe
Updated dependencies for Appium, Selenium and other supporting librar…
WasiqB Jul 7, 2019
7b697dd
Merge branch 'release' into develop
WasiqB Aug 25, 2019
52bad71
Updated outdated dependencies.
WasiqB Aug 26, 2019
9565e06
Merge branch 'release' into develop
WasiqB Aug 26, 2019
0297c2c
Fixed SonarCloud issues. (#91)
WasiqB Aug 28, 2019
d2db732
Develop (#92)
mfaisalkhatri Sep 1, 2019
65a89a3
Released beta 1 for v3.1.0
WasiqB Sep 2, 2019
56111f5
Updated Readme and released v3.1.0
WasiqB Sep 2, 2019
2d0d984
Fixed merge conflict.
WasiqB Sep 2, 2019
32ac184
Merge branch 'master' into release
WasiqB Sep 2, 2019
f4eb888
Refactoring. (#96)
WasiqB Mar 8, 2020
dff5840
Fixing merge conflicts.
WasiqB Sep 27, 2020
154903c
Fixed #101: Updated dependencies and CircleCI config for maven-deploy…
WasiqB Oct 1, 2020
ff3645f
feature (Cloud capabilities): Added support to add cloud capabilities…
WasiqB Oct 1, 2020
a6abef4
Fixed #103: Added test flow to current CircleCI workflow.
WasiqB Oct 2, 2020
02a5496
Fixed merge conflicts.
WasiqB Oct 24, 2020
661834f
Merge branch 'master' into release
WasiqB Jan 29, 2021
056dff2
feature (JDK 15): Upgraded coteafs-parent. (#125)
WasiqB Feb 11, 2021
8ed0340
build (dependencies): Upgraded dependencies with no code changes. (#126)
WasiqB Feb 12, 2021
9fb4b7d
chore: (Remove dependency) coteafs-logger replaced with log4j2. (#127)
WasiqB Feb 12, 2021
4ad8400
build (dependency): Upgraded Appium client dependency.
WasiqB Feb 12, 2021
915f153
refactor (config): Replaced usage of cteafs-config with coteafs-datas…
WasiqB Feb 13, 2021
9938e71
Merge branch 'master' of github.com:WasiqB/coteafs-appium into release
WasiqB Feb 21, 2021
2ef3494
Added iOS test in BrowserStack on CircleCI pipeline. (#131)
WasiqB Feb 21, 2021
657c200
Merge branch 'release' of github.com:WasiqB/coteafs-appium into release
WasiqB Feb 21, 2021
101ab58
Merge branch 'master' into release
WasiqB Feb 26, 2021
03e9618
feature (Server config): Restructured Appium server config. (#139)
WasiqB Mar 1, 2021
11082d0
feature (Device Config): Complete device config re-structured. (#140)
WasiqB Mar 10, 2021
ae6e971
fix (Video recording): Fixed video recording issue in Android and iOS…
WasiqB Mar 12, 2021
660d996
Clipboard management. (#144)
mfaisalkhatri Mar 13, 2021
9aa8318
Allow Appium settings update. (#145)
WasiqB Mar 13, 2021
f3e9550
Allow file transfer between device and local machine. (#148)
WasiqB Mar 19, 2021
311daa8
feature (Press Key): Added Press key and long press key support to An…
WasiqB Mar 21, 2021
5ebe06e
refactor (Swipe): Refactoring done to simplify swipe util class. (#147)
WasiqB Mar 28, 2021
486d2e3
test (Swipe): Added test to swipe inside an element until another ele…
WasiqB Apr 2, 2021
d2e5753
refactor (Logs): Updated missing logs, removed unused classes, added …
WasiqB Apr 3, 2021
51c2ed5
build (Dependencies): Upgraded outdated dependencies.
WasiqB Apr 5, 2021
5dce280
feature (i18n): Allow support for multiple langauges. (#156)
WasiqB Apr 18, 2021
0d1bc32
fix (Video streaming): Handled host and port setting in video streaming.
WasiqB May 7, 2021
56f9848
docs (README): Updated discord badge. [ci skip]
WasiqB May 10, 2021
6412e42
Merge branch 'master' into release
WasiqB Jul 23, 2021
19bc7b9
Replaced Issue template with Issue forms. (#169)
WasiqB Jul 24, 2021
3512cb3
Added workflows for GitHub Actions and deleted CircleCI config. (#170)
WasiqB Jul 24, 2021
62a63fc
Updated outdated dependency and replaces String.format with MessageFo…
WasiqB Jul 25, 2021
8f752e4
Added implementation for missing config settings. (#173)
WasiqB Jul 27, 2021
f9efea1
Tests modified, to use Sauce demo app instead. (#174)
WasiqB Aug 9, 2021
75fa754
Updated changelogs for v-4.1.0
WasiqB Aug 9, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 0 additions & 54 deletions .circleci/config.yml

This file was deleted.

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

This file was deleted.

48 changes: 48 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
name: "🐛 Bug report"
description: Report errors or unexpected behavior in coteafs-appium framework.
title: "[Bug]"
labels:
- "type: bug"
body:
- type: input
attributes:
label: Version?
placeholder: 4.0.0
description: The version of coteafs-appium which caused the issue.
validations:
required: true

- type: dropdown
attributes:
label: Platform?
description: Which platform caused the issue?
multiple: false
options:
- Android
- iOS
- Both
- NA
validations:
required: true

- type: textarea
attributes:
label: Steps to reproduce
description: We highly suggest including a screenshots and a bug report log (GitHub Gist link).
placeholder: Tell us the steps required to trigger your bug.
validations:
required: true

- type: textarea
attributes:
label: ✔️ Expected Behavior
placeholder: What were you expecting?
validations:
required: true

- type: textarea
attributes:
label: ❌ Actual Behavior
placeholder: What happened instead?
validations:
required: true
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Suggestions, Ideas, Bugs, Queries
url: https://github.com/WasiqB/coteafs-appium/issues/new/choose
about: Please raise a ticket.
- name: Want to discuss anything?
url: https://github.com/WasiqB/coteafs-appium/discussions/new
about: Create a discussion about it.
19 changes: 0 additions & 19 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
name: "⭐ Feature / enhancement request"
description: Propose something new in coteafs-appium framework.
title: "[Feature]"
labels:
- "type: feature"
body:
- type: textarea
attributes:
label: Description of the new feature / enhancement
placeholder: What is the expected behavior of the proposed feature?
validations:
required: true

- type: textarea
attributes:
label: Scenario when this would be used?
placeholder: |
What is the scenario this would be used? Why is this important to your workflow?
validations:
required: true

- type: textarea
attributes:
label: Supporting information
placeholder: |
Having additional evidence, data, tweets, blog posts, research, ... anything is extremely helpful.
This information provides context to the scenario that may otherwise be lost.
validations:
required: false

- type: markdown
attributes:
value: |
Please limit one request per issue.
10 changes: 0 additions & 10 deletions .github/ISSUE_TEMPLATE/query-or-discussion.md

This file was deleted.

12 changes: 12 additions & 0 deletions .github/ISSUE_TEMPLATE/query.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: "❓ Query"
description: Any query related to coteafs-appium
title: "[Query]"
labels:
- help
body:
- type: textarea
attributes:
label: Write your query here
placeholder: What query you have?
validations:
required: true
Loading