* Renamed REGEXP_REPLACE to REGEX_REPLACE in e2e tests
* Updated example test suites
* Fixed config file
* Updated go.sum
* Switched back to ubuntu
* Added release action
* Switched to Lab for e2e tests
* Switched to binary
* Updated lab installation
* Updated use of Lab installer
* updates
* Changed lab installation path
* Updated use of installer
* Works
* Added additional functions
* Updated some tests
* Updated go.sum
* Works
* Refactored assertions
* Added tests for testing.True
* Added tests for testing.None
* Added tests for testing.Lte
* Added tests for testing.Lt
* Added generic consturctor
* Added tests for testing.Len
* Added tests for testing.Gte
* Added tests for testing.Gt
* Added tests for testing.False
* Added tests for testing.Empty
* Added tests for testing.Fail
* Added tests for testing.Equal
* Added tests for testing.Include
* Updated urls in static page tests
* Fixed namespace unit tests
* Fixed unit test for testing.Len
* Updated E2E scripts
* Updaes
* Updated Chrome in CI/CD
* Added e2e for example test click.fql
* Added suite cases for example scripts
* Updated examples
* Updated
* Added type assertions
* Updated Chrome opts and disabled headers and cookies related tests
* Fixed iframes example
* Increased timeouts in navigation examples
* Updated value example
* Updated comments
* Disabled cookies examples
* Fixed static url
* Disabled headers examples
* Disabled UA test
* Simplified wait logic
* Added base testing module
* Fixes after codereview
* Disabled failing tests
* Fixed inner text
* Fixed inner html
* Updated set inner html and inner text
* Changed mechanism of reading and writing inner text and html
* updated makefile
* Added e2e tests
* Updated makefile
* Updated changelog
* Reverted dynamic page example
* add go111module
* upgrade ci
* enable GO111MODULE
* show diff
* update modules (add test dependencies)
* increase supported golang version
* try cache
* delete cache
* upgrade install step
- there is not dep now
- move script from before_install -> install. delete before_install
- delete install from Makefile
* Move value specific Iterable and Iterator interfaces into core module
* Update Makefile
Reverted test command
* Update collection.go
* Fixed wrong iterator usage
* Updated use of switch statements