mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Add basic Readme and exclude bundle checks (#4384)
This commit is contained in:
3
lib/testing/src/README.md
Normal file
3
lib/testing/src/README.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# Alfresco Testing Library
|
||||
|
||||
Contains the reusable pages for e2e tests
|
@@ -110,6 +110,8 @@ do
|
||||
if [ ! -f package/_theming.scss ]; then
|
||||
if [ $PACKAGE == 'adf-extensions' ]; then
|
||||
echo "no style needed"
|
||||
elif [ $PACKAGE == 'adf-testing' ]; then
|
||||
echo "no style needed"
|
||||
else
|
||||
error_out '31;1' "$PACKAGE style not found!" >&2
|
||||
exit 1
|
||||
@@ -128,6 +130,8 @@ do
|
||||
if [ ! -f package/bundles/assets/$PACKAGE/i18n/en.json ]; then
|
||||
if [ $PACKAGE == 'adf-extensions' ]; then
|
||||
echo "no i18n needed"
|
||||
elif [ $PACKAGE == 'adf-testing' ]; then
|
||||
echo "no i18n needed"
|
||||
else
|
||||
error_out '31;1' "$PACKAGE i18n not found!" >&2
|
||||
exit 1
|
||||
|
Reference in New Issue
Block a user