feat: init test.toml for gotosocial
This commit is contained in:
parent
a4953ee83a
commit
a139278f8b
1 changed files with 26 additions and 0 deletions
26
targets/gotosocial/ftest.toml
Normal file
26
targets/gotosocial/ftest.toml
Normal file
|
@ -0,0 +1,26 @@
|
|||
version = "0.1.0"
|
||||
name = "gotosocial"
|
||||
homepage = "https://gotosocial.org"
|
||||
repository = "https://codeberg.org/superseriousbusiness/gotosocial"
|
||||
container_host = "http://gotosocial"
|
||||
|
||||
[[suites]]
|
||||
name = "ActivityPub"
|
||||
description = "tests ActivityPub compliance"
|
||||
version = "0.1.0"
|
||||
[[suites.tests]]
|
||||
name = "webfinger"
|
||||
url = "https://git.batsense.net/ForgeFlux/webfinger-test"
|
||||
version = "0.1.0"
|
||||
container = "forgeflux/webfinger-test"
|
||||
env_vars = { FTEST_USER="alice@gotosocial"}
|
||||
[[suites.tests]]
|
||||
name = "nodeinfo"
|
||||
url = "https://git.batsense.net/ForgeFlux/nodeinfo-test"
|
||||
version = "0.1.0"
|
||||
container = "forgeflux/nodeinfo-test"
|
||||
[[suites.tests]]
|
||||
name = "acitivitypub"
|
||||
url = "https://git.batsense.net/ForgeFlux/ap-test"
|
||||
version = "0.1.0"
|
||||
container = "forgeflux/ap-test"
|
Loading…
Reference in a new issue