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

Unable to run test on local system[MacOS/Windows 11] #384

Open
njkookywhiz opened this issue Dec 30, 2024 · 0 comments
Open

Unable to run test on local system[MacOS/Windows 11] #384

njkookywhiz opened this issue Dec 30, 2024 · 0 comments

Comments

@njkookywhiz
Copy link

Concerto Platform version
Master and all

Expected behavior
Should able to run test

Actual behavior
Test not running giving some session error on logs

Steps to reproduce the issue
I am able to setup and run concerto platform on local machine by using below steps

install PHP 7.4
composer 2.4.1
mySQL 5.7
clone the project
updated the app/config/parameters.yml.dist
DB_HOST
DB_PORT
DB_NAME
DB_USER
DB_PASSWORD
DB_TEST_HOST
DB_TEST_PORT
DB_TEST_NAME
DB_TEST_USER
DB_TEST_PASSWORD
WEB_USER

then these all are successful
composer install --no-interaction
npm i bower -g
cd src/Concerto/PanelBundle/Resources/public/angularjs && bower install
cd src/Concerto/TestBundle/Resources/public/angularjs && bower install
php ./bin/console concerto:r:cache
php ./bin/console concerto:setup
php ./bin/console concerto:content:import --sc
php ./bin/console concerto:schedule:tick
php ./bin/console concerto:sessions:clear
php ./bin/console concerto:forker:start

after these all steps able to login into the admin and create test seems working everything except Test
getting error

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

No branches or pull requests

1 participant