Skip to content

Commit

Permalink
add a script to setup local requirements
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Steffens <florian.steffens@nextcloud.com>
  • Loading branch information
Florian Steffens committed Sep 13, 2023
1 parent 80712a1 commit b2220db
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cypress/support/local-setup.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env bash

occ group:add shareTestGroup
occ group:adduser shareTestGroup alice
occ group:adduser shareTestGroup bob

0 comments on commit b2220db

Please sign in to comment.