Update E2E documentation
Signed-off-by: Hervé Werner <dud225@hotmail.com>
This commit is contained in:
parent
7cb8a6ee6c
commit
ea3fb5a156
2 changed files with 531 additions and 629 deletions
1157
docs/e2e-tests.md
1157
docs/e2e-tests.md
File diff suppressed because it is too large
Load diff
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue