[DOCKER][Accessibility] Add pa11y docker image for automated accessibility tests
TODO: Testing within local social container
This commit is contained in:
parent
dcbb3488c4
commit
030c966b74
3
Makefile
3
Makefile
|
@ -39,6 +39,9 @@ database-force-schema-update:
|
|||
tooling-docker: .PHONY
|
||||
@cd docker/tooling && docker-compose up -d > /dev/null 2>&1
|
||||
|
||||
accessibility: .PHONY
|
||||
@cd docker/accessibility && docker-compose up
|
||||
|
||||
test: tooling-docker
|
||||
docker exec $(call translate-container-name,tooling_php_1) /var/tooling/coverage.sh $(call args,'')
|
||||
|
||||
|
|
1
docker/accessibility
Submodule
1
docker/accessibility
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit abcd45f8ecd361ae1b84cc40df4dbf2548735035
|
Loading…
Reference in New Issue
Block a user