upskill-event-manager/wordpress-dev/bin
bengizmo b848eeaa43 fix(testing): Update Playwright test docs and identify missing test user
- Update docs/mvp-integration-testing-plan.md, docs/REQUIREMENTS.md, wordpress-dev/README.md,
  and memory-bank/playwright-test-plan.md with correct Playwright test execution commands
- Replace outdated references to ./tests/run-tests.sh pw with wordpress-dev/bin/run-tests.sh --e2e
- Document that test_trainer user is missing on staging environment, causing E2E test failures
- Note absence of automated test user setup script despite documentation references

The Playwright E2E tests are failing because the required test user (test_trainer) does not
exist on the staging environment. When attempting to log in via the custom community login
page, the browser is redirected to the standard WordPress login page instead of the dashboard.

This commit does not include the actual creation of the test user or the development of an
automated setup script, which are planned as follow-up tasks.

Resolves: #MVP-123 (Integration test debugging)
2025-04-23 17:59:59 -03:00
..
backups feat(testing): Implement HVAC_Test_User_Factory and update .gitignore 2025-04-14 17:41:36 -03:00
obsolete feat(testing): Implement HVAC_Test_User_Factory and update .gitignore 2025-04-14 17:41:36 -03:00
cleanup.sh Initial commit: Implemented registration and login functionality 2025-03-25 10:56:29 -03:00
configure-phpunit-staging.sh feat(testing): Implement HVAC_Test_User_Factory and update .gitignore 2025-04-14 17:41:36 -03:00
configure-staging-tests.sh feat(testing): Implement HVAC_Test_User_Factory and update .gitignore 2025-04-14 17:41:36 -03:00
deploy-basic-tests.sh feat(testing): Implement HVAC_Test_User_Factory and update .gitignore 2025-04-14 17:41:36 -03:00
deploy-config-staging.sh feat(testing): Implement HVAC_Test_User_Factory and update .gitignore 2025-04-14 17:41:36 -03:00
deploy-plugin.sh feat(testing): Implement HVAC_Test_User_Factory and update .gitignore 2025-04-14 17:41:36 -03:00
deploy-test-config.sh feat(testing): Implement HVAC_Test_User_Factory and update .gitignore 2025-04-14 17:41:36 -03:00
enable-debug.sh feat(testing): Implement HVAC_Test_User_Factory and update .gitignore 2025-04-14 17:41:36 -03:00
init-db.sh feat(dev-env): implement backup-based development workflow 2025-03-26 11:26:18 -03:00
install-phpunit.sh feat: Implement auto page creation & fix login E2E tests 2025-03-28 17:18:21 -03:00
install-wp-tests.sh feat: Implement auto page creation & fix login E2E tests 2025-03-28 17:18:21 -03:00
logs.sh Initial commit: Implemented registration and login functionality 2025-03-25 10:56:29 -03:00
manage-db-fixed.sh feat(dev-env): implement backup-based development workflow 2025-03-26 11:26:18 -03:00
manage-db.sh feat(dev-env): implement backup-based development workflow 2025-03-26 11:26:18 -03:00
reset-dev.sh Initial commit: Implemented registration and login functionality 2025-03-25 10:56:29 -03:00
run-basic-tests.sh feat(testing): Implement HVAC_Test_User_Factory and update .gitignore 2025-04-14 17:41:36 -03:00
run-simplified-tests.sh feat(testing): Implement HVAC_Test_User_Factory and update .gitignore 2025-04-14 17:41:36 -03:00
run-staging-tests.sh fix(testing): Update Playwright test docs and identify missing test user 2025-04-23 17:59:59 -03:00
run-staging-unit-tests-modified.sh feat(testing): Implement HVAC_Test_User_Factory and update .gitignore 2025-04-14 17:41:36 -03:00
run-staging-unit-tests.sh feat(testing): Implement HVAC_Test_User_Factory and update .gitignore 2025-04-14 17:41:36 -03:00
run-tests.sh Refactors event submission and listing to use TEC Community Events 2025-04-02 22:23:37 -03:00
setup-from-backup.sh feat(dev-env): implement backup-based development workflow 2025-03-26 11:26:18 -03:00
setup-ssl.sh Initial commit: Implemented registration and login functionality 2025-03-25 10:56:29 -03:00
staging-composer.json feat(testing): Implement HVAC_Test_User_Factory and update .gitignore 2025-04-14 17:41:36 -03:00
sync-staging.sh feat(testing): Implement HVAC_Test_User_Factory and update .gitignore 2025-04-14 17:41:36 -03:00
verify-dev-fixed.sh feat: Implement auto page creation & fix login E2E tests 2025-03-28 17:18:21 -03:00
verify-dev.sh feat: Implement auto page creation & fix login E2E tests 2025-03-28 17:18:21 -03:00
verify-simple.sh feat(dev-env): implement backup-based development workflow 2025-03-26 11:26:18 -03:00
verify-staging.sh feat(testing): Implement HVAC_Test_User_Factory and update .gitignore 2025-04-14 17:41:36 -03:00
wp-cli.phar feat: Implement auto page creation & fix login E2E tests 2025-03-28 17:18:21 -03:00
wp-tests-config-staging.php feat(testing): Implement HVAC_Test_User_Factory and update .gitignore 2025-04-14 17:41:36 -03:00