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
ci: use with-connect action for Posit Connect integration tests (#351)
* Switch CI workflow to use with-connect setup
* Get it running
* 💅
* Update license secret and remove import
* Cleanup and doc
* Restore (for now) _HackyConnect
* Use v1 endpoint even in HackyConnect
* Update for latest with-connect improvements
* Revert "Update for latest with-connect improvements"
This reverts commit d238ed5.
* Use multiline with-connect command for readability
* Add make target to run connect tests
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,7 +76,11 @@ There are two important details to note for testing:
76
76
77
77
### Setting up Posit Connect tests
78
78
79
+
You can use the [`with-connect`](https://github.com/posit-dev/with-connect) tool to spin up a Docker container with Posit Connect for testing.
80
+
79
81
```
80
-
# Be sure to set RSC_LICENSE in .env
81
-
make dev
82
+
make test-connect
82
83
```
84
+
85
+
will do everything you need to run the Posit Connect tests.
86
+
This requires a valid Posit Connect license. If you have the file somewhere other than `./posit-connect.lic`, provide the path to it with the `--license` argument.
0 commit comments