1
0
mirror of https://github.com/MontFerret/ferret.git synced 2025-11-06 08:39:09 +02:00

Feature/#265 dom manipulations (#329)

* Added SetInnerHTML method

* Added E2E tests

* Refactored GetInnerText* methods

* Updated e2e tests

* Moved related E2E tests to folders

* Added error message

* Added E2E tests

* Added E2E for static driver
This commit is contained in:
Tim Voronov
2019-07-11 17:16:34 -04:00
committed by GitHub
parent 8afa3b65d5
commit 347bae2e45
53 changed files with 772 additions and 302 deletions

View File

@@ -31,6 +31,7 @@ cover:
e2e:
go run ${DIR_E2E}/main.go --tests ${DIR_E2E}/tests --pages ${DIR_E2E}/pages
# --filter=e2e/tests/dynamic/**/inner_text/*.fql
bench:
go test -run=XXX -bench=. ${DIR_PKG}/...