Skip to content

Commit

Permalink
Update: README and GH actions
Browse files Browse the repository at this point in the history
Signed-off-by: NaveenKumar Namachivayam <[email protected]>
  • Loading branch information
QAInsights committed Dec 5, 2023
1 parent 3591eef commit 454d70c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Hamster

on:
push:
branches: [ "feature/telemetry" ]
branches: [ "main" ]
paths-ignore:
- '**/**.md'

Expand Down
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ An app that puts your recent JMeter test plans just a click away from your Mac m
## 🎯 Points to Note

- **Experimental App**: Please note that this application is experimental and may contain bugs. ⚠️
- **macOS**: This application is only for macOS. 🍎
- **macOS**: This application is only for macOS and Windows.
- **JMeter**: This application requires JMeter to be installed on your machine. πŸ“₯

## πŸ” Telemetry
Expand All @@ -80,28 +80,28 @@ An app that puts your recent JMeter test plans just a click away from your Mac m
- The data collected is not shared with any third-party.
- The data collected is not used for any marketing purposes.
- The data is being collected using [Mixpanel](https://mixpanel.com).
- You can opt out of telemetry by configuring `false` in `~/.hamster_app.properties` file.
- You can opt out of telemetry by configuring `false` in `~/.hamster_app.properties` file and restart the app.
- ```commandline
[TELEMETRY]
enabled = false
```
- You can opt in of telemetry by configuring `true` in `~/.hamster_app.properties` file.
- You can opt in of telemetry by configuring `true` in `~/.hamster_app.properties` file and restart the app.
- ```commandline
[TELEMETRY]
enabled = true
```

## 🧩 Windows Vs Mac app features

| Features | Windows | Mac |
|--------------------------------|---------|-----|
| Launch JMeter | βœ… | βœ… |
| Launch JMeter Recent Test Plan | βœ… | βœ… |
| Edit JMeter Home | βœ… | βœ… |
| View Config | βœ… | βœ… |
| Refresh | βœ… | βœ… |
| Telemetry | ❌ | βœ… |
| Updates | ❌ | ❌ |
| Features | Windows | Mac |
|---------------------------------|---------|-----|
| Launch JMeter | βœ… | βœ… |
| Launch JMeter Recent Test Plans | βœ… | βœ… |
| Set JMeter Home | βœ… | βœ… |
| View Config | βœ… | βœ… |
| Refresh | βœ… | βœ… |
| Telemetry | ❌ | βœ… |
| Updates | ❌ | ❌ |


## πŸ—’οΈ License
Expand Down

0 comments on commit 454d70c

Please sign in to comment.