Remove obsolete recommendation from README (#412)

Co-authored-by: Viacheslav Poturaev <vearutop@users.noreply.github.com>
Этот коммит содержится в:
Lorencz Aviale 2021-08-03 18:54:01 +02:00 коммит произвёл GitHub
родитель b1728ff551
коммит 6fb74a5334
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23

Просмотреть файл

@ -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"` 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 ### Concurrency
When concurrency is configured in options, godog will execute the scenarios concurrently, which is support by all supplied formatters. When concurrency is configured in options, godog will execute the scenarios concurrently, which is support by all supplied formatters.