[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:
- profiles/default.yml
- profiles/javascript.yml
- profiles/cached.yml
- profiles/javascript_cached.yml

View file

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

View file

@ -4,18 +4,33 @@
default:
formatters:
pretty:
verbose: true
paths: false
verbose: true
paths: false
snippets: false
extensions:
Lakion\Behat\MinkDebugExtension:
directory: etc/build
clean_start: false
screenshot: true
Behat\MinkExtension:
base_url: http://localhost:8080/
sessions:
default:
symfony2: ~
javascript:
selenium2: ~
selenium2:
capabilities:
browserName: chrome
browser: chrome
version: ""
chrome:
switches:
- "start-fullscreen"
- "no-sandbox"
browser_name: chrome
show_auto: false
Behat\Symfony2Extension:
kernel:
class: TestKernel
@ -28,4 +43,4 @@ default:
gherkin:
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
In order to improve customer support
As a store owner

View file

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

View file

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