Reviewed: https://reviews.mahara.org/10718 Committed: https://git.mahara.org/mahara/mahara/commit/b80a2a7b178733f1f119facc954adff1531b1d5a Submitter: Cecilia Vela Gurovic ([email protected]) Branch: master
commit b80a2a7b178733f1f119facc954adff1531b1d5a Author: Rebecca Blundell <[email protected]> Date: Wed Jan 15 18:15:48 2020 +1300 Bug 1767933: Behat: only run html copy if report option chosen Change-Id: Id75669e3d37bdc805c9af34412d71f5e3733c36a -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it! https://bugs.launchpad.net/bugs/1767933 Title: Behat copies html styling regardless of whether the option for an html report is passed in Status in Mahara: Fix Committed Bug description: When running behat tests with the html flag as in: ./test/behat/mahara_behat.sh run test.feature html the styling needs to be copied over to the plugin folder to make the report display correctly. If the test is being run without 'html', there is no need for the styling to be copied over. Currently this happens regardless. Currently the function set_report_styling is called during behat setup from /htdocs/testing/frameworks/behat/cli/util.php. In order to fix this there should be an if statement around that call. To manage notifications about this bug go to: https://bugs.launchpad.net/mahara/+bug/1767933/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~mahara-contributors Post to : [email protected] Unsubscribe : https://launchpad.net/~mahara-contributors More help : https://help.launchpad.net/ListHelp

