mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-05-05 05:40:07 +00:00
Added first cypress e2e tests
This commit is contained in:
13
cypress-tests/run-cypress-tests.sh
Normal file
13
cypress-tests/run-cypress-tests.sh
Normal file
@@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
|
||||
#!/bin/bash
|
||||
project_dir="$(dirname $(readlink -f ${BASH_SOURCE[0]}))/.."
|
||||
|
||||
cd ${project_dir}/cypress-tests
|
||||
|
||||
# include ruby, mysql, memcached, and cypress in dockerfile to emulate prod?
|
||||
# then cypress points to localhost within the docker
|
||||
|
||||
docker build -t wrestlingdev-cypress .
|
||||
|
||||
docker run -it --rm wrestlingdev-cypress
|
||||
Reference in New Issue
Block a user