You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -87,7 +87,9 @@ The properties listed define the plugin itself or configure the [gradle-intellij
87
87
88
88
### Testing
89
89
90
-
No functional or UI tests are available yet.
90
+
Run tests with `./gradlew test`. By default this will test against
91
+
`https://dev.coder.com` but you can set `CODER_GATEWAY_TEST_DEPLOYMENT` to a URL
92
+
of your choice or to `mock` to use mocks only.
91
93
92
94
### Code Monitoring
93
95
@@ -127,7 +129,8 @@ In the `.github/workflows` directory, you can find definitions for the following
127
129
- Triggered on `Publish release` event.
128
130
- Updates `CHANGELOG.md` file with the content provided with the release note.
129
131
- Publishes the plugin to JetBrains Marketplace using the provided `PUBLISH_TOKEN`.
130
-
- Sets publish channel depending on the plugin version, i.e. `1.0.0-beta` -> `beta` channel. For now, both `main` and `eap` branches are published on default release channel.
132
+
- Sets publish channel depending on the plugin version, i.e. `1.0.0-beta` -> `beta` channel. For now, both `main`
133
+
and `eap` branches are published on default release channel.
0 commit comments