From 6fb74a53341c7cbac7fe88216912ff62786416f6 Mon Sep 17 00:00:00 2001 From: Lorencz Aviale <77097196+lolvlvl@users.noreply.github.com> Date: Tue, 3 Aug 2021 18:54:01 +0200 Subject: [PATCH] Remove obsolete recommendation from README (#412) Co-authored-by: Viacheslav Poturaev --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index 26976eb..08c84e9 100644 --- a/README.md +++ b/README.md @@ -536,14 +536,6 @@ func (a *asserter) Errorf(format string, args ...interface{}) { There are no global options or configuration files. Alias your common or project based commands: `alias godog-wip="godog --format=progress --tags=@wip"` -### Testing browser interactions - -**godog** does not come with builtin packages to connect to the browser. You may want to look at [selenium](http://www.seleniumhq.org/) and probably [phantomjs](http://phantomjs.org/). See also the following components: - -1. [browsersteps](https://github.com/llonchj/browsersteps) - provides basic context steps to start selenium and navigate browser content. -2. You may wish to have [goquery](https://github.com/PuerkitoBio/goquery) - in order to work with HTML responses like with JQuery. - ### Concurrency When concurrency is configured in options, godog will execute the scenarios concurrently, which is support by all supplied formatters.