-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
Implement support and automated tests using key platform templates #22
Comments
|
Here are Platform's template priorities |
Another source for prioritization is Product Area: Product Experience - Top Level Vision, Strategy & 2023 goals Tech Stacks: |
@gilzow for our strategies coming up, could you suggest what the best way to work through maybe 4 of them could be? It looks to me like we have decent tests for Drupal and wordpress-bedrock. The WP Bedrock has a database, so better tests, I'll add a database to Drupal 9. We have a test for laravel, which means that it seemed to work when I tried it, but it doesn't have a database. Does that mean that magento2ce and Symfony would be our next targets? |
Some others we can/should test: As for priorities, I think you're right: symfony and magento should be next. |
Sounds good. I'm scared of pimcore, as the only round I've had with it had all kinds of crazy stuff in it. TYPO3 should work out fine. |
So priorities for coming weeks:
|
The official template(s) for symfony is here: https://github.com/symfonycorp/platformsh-symfony-template |
I've been told we don't need to worry about Symfony as their cli ships with its own local dev solution. But I need to make sure @lolautruche agrees with this. |
It is true that Symfony CLI provides an efficient local webserver and good support of Docker for services. Nevertheless, I think we should not neglect it |
The good news is that we already have testing for laravel, which is @chadwcarlson 's highest priority. |
It is time to return to the automated tests, preferably trying to do something live.
The text was updated successfully, but these errors were encountered: