An error occurred fetching the project authors.
- 02 Mar, 2020 1 commit
-
-
Romain Courteaud authored
-
- 22 Jan, 2020 1 commit
-
-
Jérome Perrin authored
-
- 28 Nov, 2019 1 commit
-
-
Jérome Perrin authored
Some portal types such as Business Template were not tested by testXHTML because this tests started by modules and recursively tests views based on allowed content types. Because of this approach, types that are not created in a module but in a tool were never tested. With unittest, the only way to dynamically add test methods to a class is to generate a test class in test_suite function. At this stage, the ERP5 site is not created yet, so the test had to introspects business templates XML. This now uses a slightly different approach, instead of finding modules and chain of allowed content types from business template XML, we only use business template to introspect the list of actions. The lookup of the appropriate containers is no longer done before setup by static analysis of business templates XML, but later once the site is created, by dynamic analysis of the modules and allowed content types on the running ERP5 site during the test method. If we don't find a chain of portal types, we create the test document in portal_trash, a tool without filter of content types. This way, we can test all views of all portal types. This revealed a few problems: - we need developer role to create components in portal_components, for this we add developer role to the current user. - Delivery Cell portal type looks not used, there are no container accepting it. We don't test delivery cell views for this reason. - VCS view on business template needs preferences and working copy setup. We just mark this test as expected failure for now. - Solver Decision has a form conditionnaly displayed when there's a relation to a solver, but this test does not evaluate action conditions and does not allow to call a script (that would made it possible to modify the document so that the condition is true). For now we also mark this as expected failure.
-
- 25 Oct, 2019 1 commit
-
-
Jérome Perrin authored
Sometimes validator.erp5.net replies with error code 502 and this cause ERP5 tests to fail. While this is a bit like ignoring problems, problems with validator.erp5.net should not impact ERP5 tests results. /reviewed-on nexedi/erp5!968
-
- 04 Sep, 2019 1 commit
-
-
Jérome Perrin authored
Use gitlab commit status API to annotate commits based on test result status. If commit is the head of a merge request, gitlab will display the status on the merge request. This works by introducing a "Gitlab API Connector", that would perform API calls using a Personal Token [1]. To have test results annotated, one should select the Gitlab API Connector on each test suite repository on the test suite. Also update testXHTML to install erp5_web_service which is now a dependency of erp5_test_result 1: https://docs.gitlab.com/ce/user/profile/personal_access_tokens.html#creating-a-personal-access-token
-
- 10 Jul, 2019 1 commit
-
-
Arnaud Fontaine authored
* Not updated for many years (CodeMirror has since replaced it). * There are now 2 other better source code editors (CodeMirror and Monaco).
-
- 02 Jan, 2019 1 commit
-
-
Bryton Lacquement authored
-
- 24 Oct, 2018 1 commit
-
-
Bryton Lacquement authored
-
- 01 Oct, 2018 2 commits
-
-
Ayush Tiwari authored
-
Ayush Tiwari authored
Partial revert from 2f121c19
-
- 31 Jul, 2018 1 commit
-
-
Ayush Tiwari authored
-
- 05 Jul, 2018 1 commit
-
-
Ayush Tiwari authored
The Diff view in new UI will be using IFrames to display the diff. Also, add changes in tests: erp5_ui_test: Update history test according to use of diff gadget erp5_web_renderjs_ui_test: Update tests according to new Diff view for Historical Revisions testXHTML: Add Historical Comparison View to the list of listbox with no selection name testXHTML: Simplify test_html_file and include way to ignore single html file
-
- 08 Jun, 2018 3 commits
-
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
- 15 Apr, 2018 1 commit
-
-
Ayush Tiwari authored
-
- 30 Mar, 2018 3 commits
-
-
Romain Courteaud authored
Reduce duplicated code.
-
Romain Courteaud authored
Use the hardcoded https://validator.erp5.net service This service is installed with: https://lab.nexedi.com/nexedi/slapos/tree/master/software/htmlvalidatorserver
-
Nicolas Wavrant authored
-
- 26 Oct, 2017 1 commit
-
-
Romain Courteaud authored
-
- 25 Oct, 2017 2 commits
-
-
Romain Courteaud authored
It is no longer maintained. Switch to ck_editor instead.
-
Romain Courteaud authored
ung has been replaced by officejs.
-
- 17 Oct, 2017 3 commits
-
-
Jérome Perrin authored
Not used in this test, but since it's made to be reusable in projects.
-
Jérome Perrin authored
-
Jérome Perrin authored
do not limit to the first script with errors
-
- 20 Sep, 2017 1 commit
-
-
Jérome Perrin authored
-
- 23 Dec, 2016 1 commit
-
-
Vincent Pelletier authored
-
- 21 Sep, 2016 1 commit
-
-
Hardik Juneja authored
-
- 19 May, 2016 2 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
-
- 27 Apr, 2016 1 commit
-
-
Gabriel Monnerat authored
testXHTML: Accept non proxy field, because for some reason the developer probably have a good reason to not proxify it
-
- 29 Jan, 2016 1 commit
-
-
Tristan Cavelier authored
-
- 21 Jan, 2016 1 commit
-
-
Tristan Cavelier authored
-
- 18 Dec, 2015 1 commit
-
-
Georgios Dagkakis authored
-
- 28 Jul, 2015 1 commit
-
-
Jérome Perrin authored
-
- 23 Mar, 2015 1 commit
-
-
Aurel authored
-
- 12 Jan, 2015 2 commits
-
-
Xiaowu Zhang authored
-
Xiaowu Zhang authored
-
- 16 Dec, 2014 1 commit
-
-
Jérome Perrin authored
-
- 12 Dec, 2014 1 commit
-
-
Jérome Perrin authored
-