-
-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(java): ✨ adding missing driver actions (#106)
* feat(java): ✨ working on missing driver actions * fix!(Internal): 🚀 miscellaneous changes before release (#96) * fix(Internal): 🚀 updated pom.xml file for missing information also upgraded outdated dependencies * fix(java): 🔥 removed Opera browser support also upgraded outdated website dependencies * ci(Internal): 🏷️ added labeler workflow * chore(Internal): ♻️ updated java publish workflow also updated outdated roadmap project link * chore(Internal): 🔧 updated issues templates * ci(workflow): 💚 updated publish workflow to generate proper changelog (#98) * fix(workflow): ♻️ refactored publish workflow to fix failing job (#100) * ci(workflow): ♻️ refactored publish workflow to fix failing job * docs(readme): 📝 updated documentations for framework version * fix(workflow): 💚 added missing release profile in publish workflow * fix(workflow): 💚 added missing name and description to pom.xml * fix(workflow): 💚 added personal token for allowing push * chore(Internal): 🎉 Released latest version to Maven central * fix(workflow): 💚 added pull field to pull latest change before tag creation * chore(Internal): 🎉 Released latest version to Maven central [skip ci] * fix(workflow): 💚 merged push pom and tag in single job * fix(workflow): 💚 updated lerna config version * chore(Internal): 🎉 Released latest version to Maven central [skip ci] * 🎉 Released to Maven central [skip ci] * feat(java): ✨ added missing driver actions added new tests to test newly added methods BREAKING: updated config file by renaming `playback` to `timeout` * refactor(java): ♻️ test refactoring done to reduce test runtime * test(java): ✅ added new tests for cookies and windows * docs(readme): 📝 updated readme file with new images and screenshots * feat(java): ✨ added take screenshot method and used in tests * test(java): 🔧 added custom test reporter for checking test failure on pipeline also upgraded outdated dependencies * chore(java): ✅ added report listener in pipeline test execution * ci(workflow): 🔧 updated artifact upload step to run always * feat(java): also added some tests for driver related actions * test(java): ✅ adding tests and page objects for frame * test(java): ✅ added frames and windows tests for new methods * chore(java): 📈 updated custom report to display index in test report * test(java): ✅ added tests for mouse related actions also updated documentations * chore(java): 📈 updated test report listener to fix index numbers * docs(website): 📝 updated config documentations * chore(java): ✅ reduced thread count from 10 * feat(java): ✨ added waitUnti method in driver action * feat(java): ✨ updated waitUnti to return values if present * test(java): 💚 removed thread count from grid tests * fix(java): 🥅 handled error occurred while quitting driver * test(java): ✅ removed parallel execution from tests * test(java): ✅ skipped firefox test due to intermittent issue while quitting driver * test(java): ✅ removed parallel execution in local
- Loading branch information
Showing
87 changed files
with
3,740 additions
and
1,862 deletions.
There are no files selected for viewing
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
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 |
---|---|---|
|
@@ -17,3 +17,6 @@ | |
.changelog | ||
.docusaurus/ | ||
build/ | ||
|
||
screenshots/ | ||
test-output/ |
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Oops, something went wrong.