[Behat] Removed javascript & javascript_cached suites

This commit is contained in:
Kamil Kokot 2016-01-29 13:31:58 +01:00
parent dbaae64398
commit dc7cc5f580
8 changed files with 22 additions and 62 deletions

View file

@ -3,7 +3,4 @@
imports: imports:
- profiles/default.yml - profiles/default.yml
- profiles/javascript.yml
- profiles/cached.yml - profiles/cached.yml
- profiles/javascript_cached.yml

View file

@ -10,4 +10,4 @@ cached:
gherkin: gherkin:
filters: filters:
tags: "~@javascript && ~@contact" tags: "~@ignore"

View file

@ -4,18 +4,33 @@
default: default:
formatters: formatters:
pretty: pretty:
verbose: true verbose: true
paths: false paths: false
snippets: false snippets: false
extensions: extensions:
Lakion\Behat\MinkDebugExtension: Lakion\Behat\MinkDebugExtension:
directory: etc/build directory: etc/build
clean_start: false clean_start: false
screenshot: true
Behat\MinkExtension: Behat\MinkExtension:
base_url: http://localhost:8080/
sessions: sessions:
default: default:
symfony2: ~ symfony2: ~
javascript:
selenium2: ~
selenium2:
capabilities:
browserName: chrome
browser: chrome
version: ""
chrome:
switches:
- "start-fullscreen"
- "no-sandbox"
browser_name: chrome
show_auto: false
Behat\Symfony2Extension: Behat\Symfony2Extension:
kernel: kernel:
class: TestKernel class: TestKernel
@ -28,4 +43,4 @@ default:
gherkin: gherkin:
filters: filters:
tags: "~@javascript && ~@contact" tags: "~@ignore"

View file

@ -1,24 +0,0 @@
# This file is part of the Sylius package.
# (c) Paweł Jędrzejewski
javascript:
extensions:
Lakion\Behat\MinkDebugExtension:
screenshot: true
Behat\MinkExtension:
base_url: http://localhost:8080/
selenium2:
capabilities:
browserName: chrome
browser: chrome
version: ""
chrome:
switches:
- "start-fullscreen"
- "no-sandbox"
browser_name: chrome
show_auto: false
gherkin:
filters:
tags: "@javascript && ~@contact"

View file

@ -1,28 +0,0 @@
# This file is part of the Sylius package.
# (c) Paweł Jędrzejewski
javascript_cached:
extensions:
Lakion\Behat\MinkDebugExtension:
screenshot: true
Behat\MinkExtension:
base_url: http://localhost:8080/
selenium2:
capabilities:
browserName: chrome
browser: chrome
version: ""
chrome:
switches:
- "start-fullscreen"
- "no-sandbox"
browser_name: chrome
show_auto: false
Behat\Symfony2Extension:
kernel:
env: test_cached
debug: false
gherkin:
filters:
tags: "@javascript && ~@contact"

View file

@ -1,4 +1,4 @@
@contact @contact @ignore
Feature: Contact requests management Feature: Contact requests management
In order to improve customer support In order to improve customer support
As a store owner As a store owner

View file

@ -1,4 +1,4 @@
@contact @contact @ignore
Feature: Contact requesting Feature: Contact requesting
In order to get help from customer support In order to get help from customer support
As a visitor As a visitor

View file

@ -1,4 +1,4 @@
@contact @contact @ignore
Feature: Contact topics management Feature: Contact topics management
In order to improve customer support In order to improve customer support
As a store owner As a store owner