Commit 6f43e50c authored by Aurel's avatar Aurel

do not run in foreground

parent 9cbfda19
...@@ -41,6 +41,7 @@ class TestZeleniumRunMyDocSample(ERP5TypeFunctionalTestCase): ...@@ -41,6 +41,7 @@ class TestZeleniumRunMyDocSample(ERP5TypeFunctionalTestCase):
but the usage of Test Page is not mandatory, any valid Selenium Test in HTML but the usage of Test Page is not mandatory, any valid Selenium Test in HTML
can be used. can be used.
""" """
foregroun = 0
run_only = "tutorial_zuite" run_only = "tutorial_zuite"
def afterSetUp(self): def afterSetUp(self):
......
...@@ -31,7 +31,7 @@ from Products.ERP5Type.tests.ERP5TypeFunctionalTestCase import \ ...@@ -31,7 +31,7 @@ from Products.ERP5Type.tests.ERP5TypeFunctionalTestCase import \
ERP5TypeFunctionalTestCase ERP5TypeFunctionalTestCase
class TestZeleniumConfiguratorStandard(ERP5TypeFunctionalTestCase): class TestZeleniumConfiguratorStandard(ERP5TypeFunctionalTestCase):
foreground = 0
run_only = "configurator_standard_zuite" run_only = "configurator_standard_zuite"
def afterSetUp(self): def afterSetUp(self):
......
...@@ -34,6 +34,7 @@ from Products.ERP5Type.tests.ERP5TypeFunctionalTestCase import \ ...@@ -34,6 +34,7 @@ from Products.ERP5Type.tests.ERP5TypeFunctionalTestCase import \
ERP5TypeFunctionalTestCase ERP5TypeFunctionalTestCase
class TestZeleniumConfiguratorConsulting(TestZeleniumConfiguratorStandard, ERP5TypeFunctionalTestCase): class TestZeleniumConfiguratorConsulting(TestZeleniumConfiguratorStandard, ERP5TypeFunctionalTestCase):
foreground = 0
run_only = "configurator_consulting_standard_zuite" run_only = "configurator_consulting_standard_zuite"
def afterSetUp(self): def afterSetUp(self):
......
...@@ -27,13 +27,13 @@ ...@@ -27,13 +27,13 @@
# #
############################################################################## ##############################################################################
import os
import unittest import unittest
from Products.ERP5Type.tests.ERP5TypeFunctionalTestCase import \ from Products.ERP5Type.tests.ERP5TypeFunctionalTestCase import \
ERP5TypeFunctionalTestCase ERP5TypeFunctionalTestCase
class TestZeleniumCore(ERP5TypeFunctionalTestCase): class TestZeleniumCore(ERP5TypeFunctionalTestCase):
foreground = 0
def getBusinessTemplateList(self): def getBusinessTemplateList(self):
""" """
......
...@@ -27,14 +27,13 @@ ...@@ -27,14 +27,13 @@
# #
############################################################################## ##############################################################################
import os
import unittest import unittest
from Products.ERP5Type.tests.ERP5TypeFunctionalTestCase import \ from Products.ERP5Type.tests.ERP5TypeFunctionalTestCase import \
ERP5TypeFunctionalTestCase ERP5TypeFunctionalTestCase
class TestZeleniumKM(ERP5TypeFunctionalTestCase): class TestZeleniumKM(ERP5TypeFunctionalTestCase):
foreground =0 foreground = 0
# Run only the Knowledge Management Tests. # Run only the Knowledge Management Tests.
run_only = "erp5_km_zuite" run_only = "erp5_km_zuite"
......
...@@ -33,7 +33,7 @@ from Products.ERP5Type.tests.ERP5TypeFunctionalTestCase import \ ...@@ -33,7 +33,7 @@ from Products.ERP5Type.tests.ERP5TypeFunctionalTestCase import \
ERP5TypeFunctionalTestCase ERP5TypeFunctionalTestCase
class TestZeleniumStandaloneUserTutorial(ERP5TypeFunctionalTestCase): class TestZeleniumStandaloneUserTutorial(ERP5TypeFunctionalTestCase):
foreground = 0
run_only = "user_tutorial_zuite" run_only = "user_tutorial_zuite"
def afterSetUp(self): 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