Skip to content
This repository has been archived by the owner on Mar 9, 2021. It is now read-only.

Commit

Permalink
Automated testing synchronisation (#38)
Browse files Browse the repository at this point in the history
* Add the screenshots directory.
Co-authored-by: steveworley <[email protected]>
  • Loading branch information
steveworley authored Sep 22, 2020
1 parent 7c2fce8 commit 5313596
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/files
screenshots
tests/behat/screenshots/*
!tests/behat/screenshots/.gitkeep
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ x-volumes:
- ./themes:/app/web/themes/custom:${VOLUME_FLAGS:-delegated}
- ./files:/app/web/sites/default/files:delegated
- ./tests/behat/features:/app/tests/behat/features:${VOLUME_FLAGS:-delegated}
- ./tests/behat/screenshots:/app/tests/behat/screenshots:${VOLUME_FLAGS:-delegated}
- ./tests/phpunit/tests:/app/tests/phpunit/tests:${VOLUME_FLAGS:-delegated}
- ./config:/app/config

Expand Down
1 change: 1 addition & 0 deletions tests/behat/screenshots/.gitkeep
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

0 comments on commit 5313596

Please sign in to comment.