https://github.com/piccolo-orm/piccolo_integration
Integration tests for the entire Piccolo ecosystem
https://github.com/piccolo-orm/piccolo_integration
Last synced: 6 months ago
JSON representation
Integration tests for the entire Piccolo ecosystem
- Host: GitHub
- URL: https://github.com/piccolo-orm/piccolo_integration
- Owner: piccolo-orm
- License: mit
- Created: 2021-08-13T23:05:28.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-13T20:11:22.000Z (about 4 years ago)
- Last Synced: 2025-06-14T12:05:54.444Z (6 months ago)
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Piccolo Integration
The aim of this repo is to setup a GitHub action which will do the following:
* Install Piccolo, Piccolo API, and Piccolo Admin, from their GitHub master branches.
* Make sure the Piccolo CLI runs correctly.
* Run the Cypress integration tests from Piccolo Admin.
This would provide a great deal of confidence that the entire stack works as expected.
It could be triggered manually before releasing any of the Piccolo libraries. It seems like GitHub Actions [supports manual triggers](https://docs.github.com/en/actions/reference/events-that-trigger-workflows#manual-events).
The project is still in the research phase, and input is welcome from anyone with knowledge of GitHub Actions and / or Cypress.