-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #108 from fga-gpp-mds/TS30_JavaScriptTestingEnviro…
…nment Ts30 java script testing environment
- Loading branch information
Showing
30 changed files
with
248 additions
and
8,834 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
up: | ||
sudo docker-compose up -d web | ||
sudo docker-compose up -d postgres | ||
sleep 30 | ||
sudo docker-compose exec postgres psql metabase quero_cultura -f /postgres_metabase/metabase.sql | ||
sudo docker-compose up -d metabase | ||
sudo docker-compose up -d nginx | ||
|
||
down: | ||
sudo docker-compose down --volume | ||
|
||
test-js: | ||
sudo docker-compose -f docker-compose.testjs.yml up | ||
|
||
test-py: | ||
sudo docker-compose up -d web | ||
sudo docker-compose exec web py.test | ||
|
||
logs: | ||
sudo docker-compose logs -f |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# karma get a javascript coverage and execute javascript tests | ||
karma: | ||
image: hochzehn/karma-jasmine-phantomjs | ||
command: start | ||
volumes: | ||
- .:/opt/karma | ||
ports: | ||
- "9876:9876" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.