Skip to content

Commit c8db570

Browse files
committed
Mention tests in the readme
1 parent 958f8da commit c8db570

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Coder Gateway Plugin
1+
# Coder Gateway Plugin
22

33
[!["Join us on
44
Discord"](https://img.shields.io/badge/join-us%20on%20Discord-gray.svg?longCache=true&logo=discord&colorB=purple)](https://discord.gg/coder)
@@ -87,7 +87,9 @@ The properties listed define the plugin itself or configure the [gradle-intellij
8787

8888
### Testing
8989

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.
9193

9294
### Code Monitoring
9395

@@ -127,7 +129,8 @@ In the `.github/workflows` directory, you can find definitions for the following
127129
- Triggered on `Publish release` event.
128130
- Updates `CHANGELOG.md` file with the content provided with the release note.
129131
- 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.
131134
- Patches the Changelog and commits.
132135

133136
### Release flow

0 commit comments

Comments
 (0)