1
0
mirror of https://github.com/MontFerret/ferret.git synced 2025-07-17 01:32:22 +02:00
Commit Graph

782 Commits

Author SHA1 Message Date
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
6df50f482c wip 2020-06-17 16:35:58 -04:00
ad24814efd Removed --force-gpu-mem-available-mb flag 2020-06-09 21:27:48 -04:00
1eeb251c32 Update README.md
Updated information about running dockerized Chrome
2020-06-03 14:23:42 -04:00
aa058f3542 allow context cancellation in WAIT (#524)
* allow context cancellation in WAIT

* cancel context before running the program
2020-06-01 07:58:16 -04:00
94f13c66af Updated changelog 2020-05-27 19:50:05 -04:00
bddf1779be Fixed use of unquoted scroll options (#521) v0.11.1 2020-05-27 17:34:06 -04:00
d7cd7581a4 upgrade antlr version (#517)
Co-authored-by: Vladimir Fetisov <vyufetisov@avito.ru>
2020-05-23 14:34:46 -04:00
84995d0410 Added release notes for v0.11.0 v0.11.0 2020-05-21 13:26:14 -04:00
87265cf470 Updated dependencies 2020-05-21 13:07:55 -04:00
3a96f0109b Updated XPath 2020-05-18 20:30:13 -04:00
e01afb4eba Bump github.com/antchfx/xpath from 1.1.5 to 1.1.6 (#479)
* Bump github.com/antchfx/xpath from 1.1.5 to 1.1.6

Bumps [github.com/antchfx/xpath](https://github.com/antchfx/xpath) from 1.1.5 to 1.1.6.
- [Release notes](https://github.com/antchfx/xpath/releases)
- [Commits](https://github.com/antchfx/xpath/compare/v1.1.5...v1.1.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Update go.sum

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Tim Voronov <ziflex@users.noreply.github.com>
2020-05-18 10:51:15 -04:00
162b37bea1 cast namespace to upper case (#507) 2020-05-18 10:51:01 -04:00
c86eecd54c #485 missed namespace 2020-05-13 22:10:47 -04:00
ed8e43e4c6 Add Path functions (#505)
* Add Path functions

* Add unit tests
2020-05-12 22:19:41 -04:00
311d07ad40 Added fuzzer (#501)
* Added fuzzer

* Formatting updates

* Attempting to fix linter error

* Corrected comment
2020-05-10 16:07:49 -04:00
cbb4311b65 add strconv.Unquote into DecodeURIComponent (#499) 2020-05-07 22:34:21 -04:00
0433a329f3 add File System into README (#498) 2020-05-06 11:53:00 -04:00
9dd35add2c #496_fix_RandomToken_on_Windows (#497) 2020-05-04 20:46:07 -04:00
f6b64c9294 move examples into separeted dirs (#495) 2020-05-03 13:01:01 -04:00
83fa54e65a change file mode from 0222 to 0666 (#494) 2020-05-02 14:43:43 -04:00
9be14417b3 #300: add one more test case (#487)
* add one more test case

* test nested namespace collision
2020-04-28 17:31:10 -04:00
7b2ed4c662 Added support of using keywords in namespaces (#481)
* Added support of using keywords in namespaces

* Added true and false

* Removed unnecessary string case
2020-04-28 17:30:47 -04:00
7d7253325e Add rand seed in RAND() (#483) (#484) 2020-04-27 23:04:38 -04:00
c9dfb79641 Added scroll options (#471)
* Added scroll options

* Updated dependencies

* Updates after code review

* Updates after review

* Added comments
2020-04-25 15:06:00 -04:00
64fc010e6e MVP USE statement (#470)
* MVP USE statement
2020-04-22 10:44:10 -04:00
7ace94fc87 Update README.md 2020-04-20 22:02:24 -04:00
afef40bc27 Update README.md 2020-04-20 22:01:08 -04:00
14d1c15fac Update README.md 2020-04-20 22:00:12 -04:00
0ac43af465 Updated sponsors information 2020-04-20 21:53:18 -04:00
b5a98cad31 Fix REPL welcome text (#472) v0.10.2 2020-04-20 15:56:38 -04:00
eae2b01feb Fix the embedded mode example. (#474)
Remove keyword desc.

Based on Arango keywords.

https://www.arangodb.com/docs/3.6/aql/fundamentals-syntax.html#keywords

Also fix static-page.fql example
2020-04-20 15:53:36 -04:00
73abfd8ad4 Updated dependencies and travis config 2020-04-20 15:26:22 -04:00
a435e688eb Updated go.sum 2020-04-20 13:32:05 -04:00
4e8cce8f2d Updated CHANGELOG 2020-04-20 13:30:05 -04:00
aaa7228f3a Updated install.sh 2020-04-20 13:10:59 -04:00
84e74a0552 Bump github.com/antchfx/xpath from 1.1.4 to 1.1.5 (#467)
* Bump github.com/antchfx/xpath from 1.1.4 to 1.1.5

Bumps [github.com/antchfx/xpath](https://github.com/antchfx/xpath) from 1.1.4 to 1.1.5.
- [Release notes](https://github.com/antchfx/xpath/releases)
- [Commits](https://github.com/antchfx/xpath/compare/v1.1.4...v1.1.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Update go.sum

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Tim Voronov <ziflex@users.noreply.github.com>
Co-authored-by: Tim Voronov <ziflex@gmail.com>
2020-04-12 23:32:16 -04:00
6f0a0a5dca Bump github.com/mafredri/cdp from 0.25.0 to 0.28.0 (#466)
* Bump github.com/mafredri/cdp from 0.25.0 to 0.28.0

Bumps [github.com/mafredri/cdp](https://github.com/mafredri/cdp) from 0.25.0 to 0.28.0.
- [Release notes](https://github.com/mafredri/cdp/releases)
- [Commits](https://github.com/mafredri/cdp/compare/v0.25.0...v0.28.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Fixed compatibility issues

* Update go.sum

* Updated go.sum

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Tim Voronov <ziflex@gmail.com>
Co-authored-by: Tim Voronov <ziflex@users.noreply.github.com>
2020-04-12 23:27:27 -04:00
74e8fe74b3 Update install.sh 2020-04-06 17:39:44 -04:00
f426246298 Update install.sh 2020-04-06 17:38:50 -04:00
c11c4160b2 Added changelog v0.10.1 2020-03-15 17:12:00 -04:00
978108eca0 Added functions with correct names (#461) 2020-03-10 21:29:06 -04:00
e4464d9de9 Added missed datetime library (#462) 2020-03-10 21:18:04 -04:00
b08a23293a Thanks to everyone who contributed 2020-02-24 20:40:31 -05:00
ec029b1931 Added release notes v0.10.0 2020-02-21 12:29:49 -05:00
779c49520d Updated dependencies 2020-02-21 11:26:00 -05:00
a16701e2b0 Updated comments for HTTP functions 2020-02-21 11:15:41 -05:00
67dc8703c7 Added HTTP methods (#452)
* Added HTTP methods

* Added unit tests

* Fixed linting issue

* Replaced localhost with 127.0.0.1

* Added random port generator

* Disabled http tests

* Disabled HTTP GET test
2020-02-21 11:06:45 -05:00
c49045ef56 Update stale.yml 2020-02-17 14:39:44 -05:00
3c6494a3bf Update stale.yml 2020-02-17 13:30:42 -05:00