govcms / tests
GovCMS Drupal Distribution Tests.
Installs: 2 386
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 8
Open Issues: 7
Requires
- behat/behat: ^3
- dealerdirect/phpcodesniffer-composer-installer: ^1.0
- drevops/behat-format-progress-fail: ^1.0
- drevops/behat-screenshot: ^1.2
- drevops/behat-steps: ^2.1
- drupal/coder: ^8.3
- drupal/drupal-extension: ^5.0
- mglaman/drupal-check: ^1.4
- palantirnet/drupal-rector: ^0.20
- php-parallel-lint/php-console-highlighter: ^1.0
- php-parallel-lint/php-parallel-lint: ^1.3
- phploc/phploc: ^7.0
- phpmd/phpmd: ^2.10
- dev-3.x-develop / 3.x-dev
- 3.5.0
- 3.4.0
- 3.3.0
- 3.2.0
- 3.1.0
- 3.0.0
- dev-dependabot/npm_and_yarn/cy/3.x-develop/cypress-13.15.2
- dev-dependabot/npm_and_yarn/cy/3.x-develop/eslint-9.14.0
- dev-dependabot/npm_and_yarn/cy/3.x-develop/eslint-plugin-cypress-4.1.0
- dev-dependabot/npm_and_yarn/cy/3.x-develop/cypress-13.15.1
- dev-3.x-master
- dev-feature/add-drupal-core-dev
- dev-feature/canary-test
- dev-fix/circleci
This package is auto-updated.
Last update: 2024-11-06 20:10:17 UTC
README
Testing the GovCMS Distribution with Continuous Integration (CI)
Overview
This repository contains a set of tools and configurations to help you test the GovCMS distribution with Continuous Integration (CI) pipelines. GovCMS is a content management system designed for Australian government agencies.
CI is a crucial part of modern software development that allows you to automatically build, test, and deploy your code whenever changes are made to the repository. This ensures that your GovCMS distribution remains reliable and secure.
Features
- Automated testing of your GovCMS distribution.
- Integration with popular CI services like Travis CI and CircleCI.
- Easy setup with provided configuration files.
Usage
With CI set up, every time you push changes to your GovCMS distribution repository, the CI pipeline will:
- Build your GovCMS distribution.
- Run automated tests to check for errors and vulnerabilities.
- Deploy the distribution (if configured).
You can monitor the CI pipeline's progress and access build artifacts from the CI service's dashboard.
Contributing
Contributions are welcome! If you have ideas or suggestions for improving this project, please create an issue or submit a pull request.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Acknowledgments
- GovCMS for providing a powerful content management system for government agencies.
- The open-source community for their continuous contributions to CI and automation tools.
Contact
If you have any questions or need assistance with this project, please contact us.
Happy testing! 🚀