Setting up a testing environment
Steps on how to setup a testing environment to run the API automated tests
Setting up a testing environment
Run composer clean:install
in the elentra-1x-me directory to automate setting up the test environment.
Run composer test:api:clean
in the elentra-1x-me directory to set up the test environment, and run the API tests afterwards.
Create test databases
2. Run the ME setup utility to seed the initial ME data
3. Run the migrations
4. Generate the seed data
5. Install API composer dependencies
Last updated