1
0
mirror of https://git.cloudron.io/cloudron/gitea-app synced 2025-11-06 18:12:36 +00:00

Add selenium tests

This commit is contained in:
Girish Ramakrishnan
2015-11-25 00:28:22 -08:00
parent cc4222fdbc
commit 9bf97c60ee
4 changed files with 102 additions and 3 deletions

5
test/git_ssh_wrapper.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
readonly SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
ssh -o IdentitiesOnly=yes -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i ${SCRIPT_DIR}/id_rsa "$@"