mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
[Behat] Removed javascript & javascript_cached suites
This commit is contained in:
parent
dbaae64398
commit
dc7cc5f580
8 changed files with 22 additions and 62 deletions
|
|
@ -3,7 +3,4 @@
|
|||
|
||||
imports:
|
||||
- profiles/default.yml
|
||||
- profiles/javascript.yml
|
||||
|
||||
- profiles/cached.yml
|
||||
- profiles/javascript_cached.yml
|
||||
|
|
|
|||
|
|
@ -10,4 +10,4 @@ cached:
|
|||
|
||||
gherkin:
|
||||
filters:
|
||||
tags: "~@javascript && ~@contact"
|
||||
tags: "~@ignore"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
@ -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"
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
@contact
|
||||
@contact @ignore
|
||||
Feature: Contact requests management
|
||||
In order to improve customer support
|
||||
As a store owner
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
@contact
|
||||
@contact @ignore
|
||||
Feature: Contact requesting
|
||||
In order to get help from customer support
|
||||
As a visitor
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
@contact
|
||||
@contact @ignore
|
||||
Feature: Contact topics management
|
||||
In order to improve customer support
|
||||
As a store owner
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue