Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(tests): set up automatic testing via github actions #179

Draft
wants to merge 9 commits into
base: develop
Choose a base branch
from

Conversation

itinerare
Copy link
Collaborator

@itinerare itinerare commented Sep 26, 2021

  • includes moving header before HTML output to address an error

Runs very basic tests/sees if the app boots on a push or PR to any branch, as well as on publishing of releases; we can build out more/more structured tests down the line if we want, but for the moment it might be enough just to have it ping to make sure basic functionality is there/it can attempt to load... It may be necessary to add some minor checks to views to accommodate this but we can deal with that as needed/appropriate.

From my understanding/testing this works best when implemented across relevant branches? So PRing into master.
I've been working on this for a diff project, so a comparable setup can be viewed in action there.

- includes moving header before HTML output to address an error
@itinerare itinerare added the needs review Pull requests that are pending community review label Sep 26, 2021
@itinerare itinerare marked this pull request as draft October 9, 2021 19:23
@itinerare
Copy link
Collaborator Author

itinerare commented Oct 9, 2021

After some thinking, I want to look more into writing particular tests...

@itinerare itinerare marked this pull request as ready for review October 11, 2021 19:16
@itinerare itinerare marked this pull request as draft October 11, 2021 19:16
@itinerare itinerare force-pushed the feature/laravel-tests branch from b870150 to 8f25be4 Compare October 26, 2021 20:49
@itinerare
Copy link
Collaborator Author

Update.... realized despite the settings being identical to a working setup for some reason it refuses to connect to the mysql instance... I'll leave this here either for myself or another for later but in the meantime I am probably going to move toward writing a test suite for local use, as I have confirmed that that works.

@itinerare itinerare force-pushed the feature/laravel-tests branch from 8f25be4 to bd9066d Compare October 26, 2021 21:59
@itinerare itinerare changed the base branch from master to develop November 8, 2021 17:55
@itinerare itinerare removed the needs review Pull requests that are pending community review label Nov 8, 2021
itinerare and others added 4 commits August 7, 2023 13:54
Conflicts:
	.gitignore
	resources/views/layouts/app.blade.php
	tests/Feature/AccessTest.php
	tests/Feature/ExampleTest.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants