1
0
mirror of https://github.com/MontFerret/ferret.git synced 2024-12-14 11:23:02 +02:00
ferret/pkg/runtime
Tim Voronov 2643321e0f
Migration to lab (#526)
* 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
2020-06-17 17:37:01 -04:00
..
collections Changed logic of iterator termination (#330) 2019-07-13 13:39:01 -04:00
core Migration to lab (#526) 2020-06-17 17:37:01 -04:00
expressions Fixed linting issue 2019-09-07 02:02:25 -04:00
logging Bugfix/logging (#346) 2019-08-02 23:28:25 -04:00
values Migration to lab (#526) 2020-06-17 17:37:01 -04:00
errors.go Improved error message 2019-10-11 21:30:42 -04:00
options.go Bugfix/logging (#346) 2019-08-02 23:28:25 -04:00
program_test.go allow context cancellation in WAIT (#524) 2020-06-01 07:58:16 -04:00
program.go Bugfix/#399 navigation (#432) 2019-12-24 18:47:21 -05:00