1
0
mirror of https://github.com/chylex/Nextcloud-News.git synced 2024-11-24 13:42:47 +01:00
Nextcloud-News/tests/integration/explore.bats
Sean Molenaar bcdeb55fcb Actions: Integration tests using bats
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
2021-03-01 21:13:44 +01:00

12 lines
207 B
Bash

#!/usr/bin/env bats
load "helpers/settings"
TESTSUITE="Explore"
@test "[$TESTSUITE] Create new" {
curl --fail "$NC_FEED"
run ./occ news:generate-explore --votes 100 "$NC_FEED"
[ "$status" -eq 0 ]
}