Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted February 17, 20213 yr Are there tests suites available for the core Invision code and functionality? We would like to know if our plugins and app potentially break key functionality in an automated way.
February 18, 20213 yr Solution We do not follow TDD and there are no automated unit tests available at this time.
February 25, 20213 yr On 2/17/2021 at 12:28 PM, PurplePixel said: Are there tests suites available for the core Invision code and functionality? We would like to know if our plugins and app potentially break key functionality in an automated way. If you are self-hosted, IPS does allow a second non-public version of the self-hosted suite using the -TESTINSTALL license.
February 25, 20213 yr @Joel R, they're referencing this: https://en.wikipedia.org/wiki/Test-driven_development As examples, Wordpress: https://make.wordpress.org/core/handbook/testing/automated-testing/ Xenforo: https://xenforo.com/community/resources/unit-testing-xenforo-addons-tutorial.7508/ Magento: https://devdocs.magento.com/guides/v2.4/test/testing.html Expression Engine: https://github.com/ExpressionEngine/ExpressionEngine/blob/5.dev/CONTRIBUTING.md#tests
February 25, 20213 yr 12 hours ago, Paul E. said: @Joel R, they're referencing this: https://en.wikipedia.org/wiki/Test-driven_development As examples, Wordpress: https://make.wordpress.org/core/handbook/testing/automated-testing/ Xenforo: https://xenforo.com/community/resources/unit-testing-xenforo-addons-tutorial.7508/ Magento: https://devdocs.magento.com/guides/v2.4/test/testing.html Expression Engine: https://github.com/ExpressionEngine/ExpressionEngine/blob/5.dev/CONTRIBUTING.md#tests That's neat. I actually think enterprise organizations and the Marketplace developer community would really appreciate this tool.