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

ci(workflow): 💚 updated publish workflow to generate proper changelog #98

Merged
merged 1 commit into from
Jul 5, 2022

Conversation

WasiqB
Copy link
Member

@WasiqB WasiqB commented Jul 5, 2022

Closes: #97

Type of changes?

  • Bug fixes: Non-breaking change which fixes an issue
  • New feature: Non-breaking change which adds a new feature
  • Performance improvement: Non-breaking change which improves performance
  • Documentation: Non-breaking change which improves documentation
  • Other: Non-breaking change which does not fit into the above categories
  • Breaking change: A breaking change which requires a new version of the library

Checklist for Java project

  • Change not related to Java project

Following checklists are optional if above checkbox is selected:

  • Copyright banner comment added to newly added files, except *.md, *.yml, *.json?
  • Proper JavaDoc updated in main and test classes for all public classes and methods?
  • Tests added for changes?
  • Tests are passing locally?
  • Check style checks are passing locally?
  • Test coverage is at least 80% for newly added changes?
  • There are no SonarCloud issues?
  • README updated? (if applicable)
  • Documentation website updated for the PR raised?

Checklist for Website

  • Change not related to Website project

Following is optional if above checkbox is selected:

  • Lint check passes locally?
  • Prettier check passes locally?
  • Build command working fine locally?

Reviewers

@WasiqBhamla/boyka-core

IMPORTANT: Make sure to check the Allow edits from maintainers box below this window

@WasiqB WasiqB self-assigned this Jul 5, 2022
@github-actions github-actions bot added the 🏠 pr: internal PR which adds internal framework changes label Jul 5, 2022
@WasiqB WasiqB marked this pull request as ready for review July 5, 2022 16:52
@WasiqB WasiqB requested a review from a team as a code owner July 5, 2022 16:52
@WasiqB WasiqB requested a review from mfaisalkhatri July 5, 2022 16:52
@WasiqB WasiqB merged commit 050bc3b into main Jul 5, 2022
@WasiqB WasiqB deleted the issue-97 branch July 5, 2022 16:53
WasiqB added a commit that referenced this pull request Jul 28, 2022
* 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏠 pr: internal PR which adds internal framework changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🐛 New Bug: Changelog does not have the new release version
1 participant