Update E2E documentation

Signed-off-by: Hervé Werner <dud225@hotmail.com>
This commit is contained in:
Hervé Werner 2022-12-30 19:21:01 +01:00
parent 7cb8a6ee6c
commit ea3fb5a156
2 changed files with 531 additions and 629 deletions

File diff suppressed because it is too large Load diff

View file

@ -30,7 +30,8 @@ Do not try to edit it manually.
"
for FILE in $(find $DIR/test/e2e -name "*.go");do
find_test_files_cmd="find ${DIR}/test/e2e -path ${DIR}/test/e2e/framework -prune -o -name \"*\.go\" ! -wholename \"${DIR}/test/e2e/e2e*\.go\" -print"
for FILE in $(eval $find_test_files_cmd); do
# describe definition
DESCRIBE=$(cat $FILE | grep -n -oP 'Describe.*')
# line number