Skip to content

Commit bb20e8b

Browse files
authored
🎉 PR: New Release (#184)
2 parents 5660d97 + 1d83e33 commit bb20e8b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+1653
-1155
lines changed

.github/CONTRIBUTING.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# 👷‍♂️ Contributing
22

3-
Check out our [Contributing page][contributing] on our website to know how you can start contributing to Boyka-framework.
4-
5-
[contributing]: https://wasiqbhamla.github.io/boyka-framework/contributing/welcome
3+
- [Join our Discord server](https://wasiqbhamla.github.io/boyka-framework/contributing/machine-setup/join-discord)
4+
- [Cloning and building the project](https://wasiqbhamla.github.io/boyka-framework/contributing/machine-setup/build-project)
5+
- [Project structure](https://wasiqbhamla.github.io/boyka-framework/contributing/project-details/structure)
6+
- [Branch protection](https://wasiqbhamla.github.io/boyka-framework/contributing/project-details/branch-protection)
7+
- [Branching strategy](https://wasiqbhamla.github.io/boyka-framework/contributing/project-details/branch-strategy)
8+
- [Suggested IDEs](https://wasiqbhamla.github.io/boyka-framework/contributing/machine-setup/suggested-ide)
9+
- [Java coding style setup](https://wasiqbhamla.github.io/boyka-framework/contributing/project-details/coding-style)
10+
- [GitHub Actions workflows](https://wasiqbhamla.github.io/boyka-framework/contributing/project-details/action-workflows)
11+
- [Commit steps followed](https://wasiqbhamla.github.io/boyka-framework/contributing/project-details/commit-steps#commit-the-changes)
12+
- [Getting your PR ready to merge](https://wasiqbhamla.github.io/boyka-framework/contributing/project-details/ready-your-pr)

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,12 @@ body:
1616
validations:
1717
required: true
1818

19-
- type: dropdown
19+
- type: input
2020
id: version
2121
attributes:
22-
label: Version
22+
label: Issue Version
2323
description: 🔢 What version of the framework is this bug related to?
24-
options:
25-
- 0.1.0 (Default)
24+
placeholder: v0.8.1
2625
validations:
2726
required: true
2827

@@ -38,6 +37,7 @@ body:
3837
- Workflow
3938
- Documentations
4039
- Issues / PR templates
40+
- Dependencies
4141
- NOT APPLICABLE
4242
validations:
4343
required: true
@@ -56,6 +56,7 @@ body:
5656
attributes:
5757
label: ✅ Expected Behavior
5858
placeholder: What were you expecting?
59+
description: Describe the expected behavior you were expecting.
5960
validations:
6061
required: true
6162

@@ -64,5 +65,6 @@ body:
6465
attributes:
6566
label: ❌ Actual Behavior
6667
placeholder: What happened instead?
68+
description: Describe the actual behavior which occurred.
6769
validations:
6870
required: true

.github/ISSUE_TEMPLATE/update-feature.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ body:
1919
- iOS
2020
- Workflow
2121
- Documentations
22+
- Dependencies
2223
- Issues / PR templates
2324
- NOT APPLICABLE
2425
validations:

.github/workflows/pre-release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,6 @@ jobs:
212212
website/package.json
213213
message: |
214214
chore(Internal): :bookmark: released latest version to maven central
215-
216-
[skip ci]
217215
push: true
218216
default_author: user_info
219217
commit: --no-verify

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,6 @@ jobs:
212212
website/package.json
213213
message: |
214214
chore(Internal): :bookmark: released latest version to maven central
215-
216-
[skip ci]
217215
push: true
218216
default_author: user_info
219217
commit: --no-verify

.github/workflows/test-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
path: ${{ github.workspace }}/core-java
7979

8080
- name: Start Selenium Grid
81-
run: java -jar core-java/libs/selenium-server-4.3.0.jar standalone > core-java/selenium-grid.log &
81+
run: java -jar core-java/libs/selenium-server-4.4.0.jar standalone > core-java/selenium-grid.log &
8282

8383
- name: All Test execution
8484
if: github.event_name == 'push'

.github/workflows/test-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Test boyka-framework release
22

33
on:
4-
push:
5-
tags:
6-
- 'v*'
4+
release:
5+
types:
6+
- published
77

88
jobs:
99
build:
@@ -68,7 +68,7 @@ jobs:
6868
echo "::set-output name=version::$MVN_VERSION"
6969
7070
- name: Start Selenium Grid
71-
run: java -jar core-java/libs/selenium-server-4.3.0.jar standalone > sample-tests/selenium-grid.log &
71+
run: java -jar core-java/libs/selenium-server-4.4.0.jar standalone > sample-tests/selenium-grid.log &
7272

7373
- name: All Test execution
7474
run: mvn clean test -f sample-tests/pom.xml -Dboyka.version=${{ steps.version.outputs.version }}

.github/workflows/tweet-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: Eomm/why-don-t-you-tweet@v1
13-
if: ${{ !github.event.repository.private }}
13+
if: github.event.release.prerelease == false
1414
with:
1515
tweet-message: |
1616
🎊 ✨ Released ${{ github.event.release.tag_name }} for #BoykaFramework

.vscode/settings.json

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -15,24 +15,4 @@
1515
"prettier.prettierPath": ".yarn/sdks/prettier/index.js",
1616
"typescript.tsdk": ".yarn/sdks/typescript/lib",
1717
"typescript.enablePromptUseWorkspaceTsdk": true,
18-
"workbench.colorCustomizations": {
19-
"activityBar.activeBackground": "#3333ff",
20-
"activityBar.activeBorder": "#600000",
21-
"activityBar.background": "#3333ff",
22-
"activityBar.foreground": "#e7e7e7",
23-
"activityBar.inactiveForeground": "#e7e7e799",
24-
"activityBarBadge.background": "#600000",
25-
"activityBarBadge.foreground": "#e7e7e7",
26-
"sash.hoverBorder": "#3333ff",
27-
"statusBar.background": "#0000ff",
28-
"statusBar.foreground": "#e7e7e7",
29-
"statusBarItem.hoverBackground": "#3333ff",
30-
"statusBarItem.remoteBackground": "#0000ff",
31-
"statusBarItem.remoteForeground": "#e7e7e7",
32-
"titleBar.activeBackground": "#0000ff",
33-
"titleBar.activeForeground": "#e7e7e7",
34-
"titleBar.inactiveBackground": "#0000ff99",
35-
"titleBar.inactiveForeground": "#e7e7e799"
36-
},
37-
"peacock.color": "blue"
3818
}

.yarn/releases/yarn-3.2.2.cjs renamed to .yarn/releases/yarn-3.2.3.cjs

Lines changed: 266 additions & 266 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)