Commit 6f43e50c authored by Aurel's avatar Aurel

do not run in foreground

parent 9cbfda19
......@@ -41,6 +41,7 @@ class TestZeleniumRunMyDocSample(ERP5TypeFunctionalTestCase):
but the usage of Test Page is not mandatory, any valid Selenium Test in HTML
can be used.
"""
foregroun = 0
run_only = "tutorial_zuite"
def afterSetUp(self):
......
......@@ -31,7 +31,7 @@ from Products.ERP5Type.tests.ERP5TypeFunctionalTestCase import \
ERP5TypeFunctionalTestCase
class TestZeleniumConfiguratorStandard(ERP5TypeFunctionalTestCase):
foreground = 0
run_only = "configurator_standard_zuite"
def afterSetUp(self):
......
......@@ -34,6 +34,7 @@ from Products.ERP5Type.tests.ERP5TypeFunctionalTestCase import \
ERP5TypeFunctionalTestCase
class TestZeleniumConfiguratorConsulting(TestZeleniumConfiguratorStandard, ERP5TypeFunctionalTestCase):
foreground = 0
run_only = "configurator_consulting_standard_zuite"
def afterSetUp(self):
......
......@@ -27,13 +27,13 @@
#
##############################################################################
import os
import unittest
from Products.ERP5Type.tests.ERP5TypeFunctionalTestCase import \
ERP5TypeFunctionalTestCase
class TestZeleniumCore(ERP5TypeFunctionalTestCase):
foreground = 0
def getBusinessTemplateList(self):
"""
......
......@@ -27,14 +27,13 @@
#
##############################################################################
import os
import unittest
from Products.ERP5Type.tests.ERP5TypeFunctionalTestCase import \
ERP5TypeFunctionalTestCase
class TestZeleniumKM(ERP5TypeFunctionalTestCase):
foreground =0
foreground = 0
# Run only the Knowledge Management Tests.
run_only = "erp5_km_zuite"
......
......@@ -33,7 +33,7 @@ from Products.ERP5Type.tests.ERP5TypeFunctionalTestCase import \
ERP5TypeFunctionalTestCase
class TestZeleniumStandaloneUserTutorial(ERP5TypeFunctionalTestCase):
foreground = 0
run_only = "user_tutorial_zuite"
def afterSetUp(self):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment