Including Behat tests in modules, especially Feature modules, and running independently and as part of a site or distribution
Posted by mlncn on March 26, 2018 at 4:17am
Here's what i'd like to do:
- Include one or more .feature Behat tests in a contributed module
- Have automated tests run with just this module and its dependencies installed
- Optionally include these .feature Behat tests from the module when it is included in my site or installation profile automated tests, this time running with the full site installed
Automated testing on Jenkins + Selenium basis
Posted by internetdevels on September 25, 2015 at 11:17am
Hi everyone! To have a better control over testing, it's a good idea to implement a CI (continuous integration system) that will make many processes automatic. A great option for CI is Jenkins - due to its simplicity and flexibility. Jenkins testing, especially a combination of Jenkins and Selenium IDE tests, is described in the blog post by our QA. http://internetdevels.com/blog/jenkins-selenium-testing
Read more
