| r29522 |
2026-08-13 |
| NEW: Test Apply for an account flow [branches/20260722_acota_q13704][q13704]
M /branches/20260722_acota_q13704/include/render_functions.php
M /branches/20260722_acota_q13704/tests/Browser/Authentication/LoginTest.php
|
| r29519 |
2026-08-12 |
| CHG: WIP on new test for the user request page [branches/20260722_acota_q13704][q13704]
M /branches/20260722_acota_q13704/tests/Browser/Authentication/LoginTest.php
|
| r29517 |
2026-08-12 |
| NEW: Search tests (wip on simple search) [branches/20260722_acota_q13704][q13704]
M /branches/20260722_acota_q13704/tests/Browser/Authentication/LoginTest.php
A /branches/20260722_acota_q13704/tests/Browser/Search
A /branches/20260722_acota_q13704/tests/Browser/Search/SimpleSearchTest.php
|
| r29516 |
2026-08-12 |
| NEW: Authentication tests [branches/20260722_acota_q13704][q13704]
A /branches/20260722_acota_q13704/tests/Browser/Authentication
A /branches/20260722_acota_q13704/tests/Browser/Authentication/LoginTest.php
A /branches/20260722_acota_q13704/tests/Browser/Authentication/LogoutTest.php
D /branches/20260722_acota_q13704/tests/Browser/ExampleTest.php
|
| r29515 |
2026-08-12 |
| NEW: loginAsAdmin helper method for Browser test cases [branches/20260722_acota_q13704][q13704]
M /branches/20260722_acota_q13704/tests/ResourceSpaceBrowserTestCase.php
|
| r29458 |
2026-07-29 |
| NEW: POC for using Pest for our unit, integration and browser (e2e) testing [branches/20260722_acota_q13704][q13704]
M /branches/20260722_acota_q13704/composer.json
M /branches/20260722_acota_q13704/include/config.test.php
M /branches/20260722_acota_q13704/tests/Support/ResourceSpaceTestEnvironment.php
A /branches/20260722_acota_q13704/tests/Support/bootstrap-resourcespace-test-env.php
M /branches/20260722_acota_q13704/tests/Support/browser-test-runner.sh
M /branches/20260722_acota_q13704/tests/Support/provision-resourcespace-test-env.php
|
| r29457 |
2026-07-29 |
| CHG: More useful configs for troubleshooting [branches/20260722_acota_q13704][q13704]
M /branches/20260722_acota_q13704/include/config.test.php
|
| r29456 |
2026-07-29 |
| CHG: WIP on browser testing (it works if booting up is done correctly - it needs more work though) [branches/20260722_acota_q13704][q13704]
M /branches/20260722_acota_q13704/tests/Browser/ExampleTest.php
M /branches/20260722_acota_q13704/tests/Pest.php
|
| r29454 |
2026-07-29 |
| CHG: Prevent browser test runner from cleaning up the test database when it failed (helps troubleshoot it) [branches/20260722_acota_q13704][q13704]
M /branches/20260722_acota_q13704/tests/Support/browser-test-runner.sh
|
| r29452 |
2026-07-29 |
| FIX: Browser testing erroring due to not being booted for integration test purposes [branches/20260722_acota_q13704][q13704]
M /branches/20260722_acota_q13704/tests/ResourceSpaceBrowserTestCase.php
|
| r29449 |
2026-07-29 |
| CHG: WIP on browser testing [branches/20260722_acota_q13704][q13704]
M /branches/20260722_acota_q13704
M /branches/20260722_acota_q13704/.svnignore
M /branches/20260722_acota_q13704/composer.json
M /branches/20260722_acota_q13704/include/config.test.php
A /branches/20260722_acota_q13704/tests/Browser
A /branches/20260722_acota_q13704/tests/Browser/ExampleTest.php
M /branches/20260722_acota_q13704/tests/Pest.php
A /branches/20260722_acota_q13704/tests/ResourceSpaceBrowserTestCase.php
A /branches/20260722_acota_q13704/tests/Support/browser-test-runner.sh
|
| r29448 |
2026-07-29 |
| CHG: Downgrading playwright (in line with Pest own requirement) [branches/20260722_acota_q13704][q13704]
M /branches/20260722_acota_q13704/package.json
M /branches/20260722_acota_q13704/pnpm-lock.yaml
|
| r29447 |
2026-07-28 |
| CHG: Define the RS_TEST_MODE in the test env config (booting means it will be available from now on) [branches/20260722_acota_q13704][q13704]
M /branches/20260722_acota_q13704/include/config.test.php
M /branches/20260722_acota_q13704/tests/Support/cleanup-resourcespace-test-env.php
M /branches/20260722_acota_q13704/tests/Support/provision-resourcespace-test-env.php
|
| r29446 |
2026-07-28 |
| CHG: Remove temporary include (while I was working on a solution for previous commit) [branches/20260722_acota_q13704][q13704]
M /branches/20260722_acota_q13704/tests/Support/provision-resourcespace-test-env.php
|
| r29445 |
2026-07-28 |
| CHG: Breaking apart the test env bootstrap into provision and cleanup stages with a dedicated test config loader - to help with browser testing setup [branches/20260722_acota_q13704][q13704]
M /branches/20260722_acota_q13704/composer.json
M /branches/20260722_acota_q13704/include/boot.php
A /branches/20260722_acota_q13704/include/config.test.php
M /branches/20260722_acota_q13704/tests/Support/ResourceSpaceTestEnvironment.php
A /branches/20260722_acota_q13704/tests/Support/cleanup-resourcespace-test-env.php
A /branches/20260722_acota_q13704/tests/Support/provision-resourcespace-test-env.php
D /branches/20260722_acota_q13704/tests/Support/resourcespace-bootstrap.php
|
| r29444 |
2026-07-28 |
| NEW: Minimal configuration for browser testing [branches/20260722_acota_q13704][q13704]
M /branches/20260722_acota_q13704/tests/Pest.php
|
| r29439 |
2026-07-28 |
| NEW: Pnpm scripts for the browser testing [branches/20260722_acota_q13704][q13704]
M /branches/20260722_acota_q13704/package.json
|
| r29438 |
2026-07-28 |
| NEW: Directory to be ignored by SVN [branches/20260722_acota_q13704][q13704]
M /branches/20260722_acota_q13704/.svnignore
|
| r29437 |
2026-07-28 |
| NEW: Browser (e2e) testing POC [branches/20260722_acota_q13704][q13704]
M /branches/20260722_acota_q13704/composer.json
M /branches/20260722_acota_q13704/composer.lock
M /branches/20260722_acota_q13704/package.json
M /branches/20260722_acota_q13704/pnpm-lock.yaml
|
| r29434 |
2026-07-28 |
| CHG: Hardcoding the test database name (one source of truth for it) [branches/20260722_acota_q13704][q13704]
M /branches/20260722_acota_q13704/tests/Support/ResourceSpaceTestEnvironment.php
M /branches/20260722_acota_q13704/tests/Support/resourcespace-bootstrap.php
|
| r29433 |
2026-07-28 |
| CHG: Guard the test environment changes [branches/20260722_acota_q13704][q13704]
M /branches/20260722_acota_q13704/tests/Support/ResourceSpaceTestEnvironment.php
|
| r29432 |
2026-07-28 |
| NEW: Integration test for create_resource [branches/20260722_acota_q13704][q13704]
A /branches/20260722_acota_q13704/tests/Integration/CreateResourceTest.php
D /branches/20260722_acota_q13704/tests/Integration/ExampleTest.php
D /branches/20260722_acota_q13704/tests/test_list/000070_create_resource.php
|
| r29421 |
2026-07-23 |
| NEW: Example integration test (only partial) [branches/20260722_acota_q13704][q13704]
M /branches/20260722_acota_q13704/tests/Integration/ExampleTest.php
M /branches/20260722_acota_q13704/tests/Support/ResourceSpaceTestEnvironment.php
|
| r29420 |
2026-07-23 |
| FIX: Report not showing for integration tests (even though it ran successfully) [branches/20260722_acota_q13704][q13704]
M /branches/20260722_acota_q13704/tests/Support/resourcespace-bootstrap.php
|
| r29419 |
2026-07-23 |
| NEW: ResourceSpace test environment bootstrap (hopefully useful for both integration and E2E testing [branches/20260722_acota_q13704][q13704]
M /branches/20260722_acota_q13704/composer.json
A /branches/20260722_acota_q13704/tests/Support
A /branches/20260722_acota_q13704/tests/Support/ResourceSpaceTestEnvironment.php
A /branches/20260722_acota_q13704/tests/Support/resourcespace-bootstrap.php
|
| r29418 |
2026-07-23 |
| NEW: testLog function to help troubleshoot Pest reporter [branches/20260722_acota_q13704][q13704]
M /branches/20260722_acota_q13704/tests/Integration/ExampleTest.php
M /branches/20260722_acota_q13704/tests/Pest.php
|
| r29416 |
2026-07-23 |
| NEW: Composer scripts (in parallel with old dev:test) [branches/20260722_acota_q13704][q13704]
M /branches/20260722_acota_q13704/composer.json
|
| r29415 |
2026-07-23 |
| CHG: Boot test case to use an abstracted test environment [branches/20260722_acota_q13704][q13704]
M /branches/20260722_acota_q13704/phpunit.xml
M /branches/20260722_acota_q13704/tests/Pest.php
M /branches/20260722_acota_q13704/tests/ResourceSpaceBootTestCase.php
M /branches/20260722_acota_q13704/tests/bootstrap.php
|
| r29411 |
2026-07-22 |
| CHG: Comment to only reference const and fcts [branches/20260722_acota_q13704][q13704]
M /branches/20260722_acota_q13704/tests/bootstrap.php
|
| r29410 |
2026-07-22 |
| CHG: Dropping unnecessary script [branches/20260722_acota_q13704][q13704]
D /branches/20260722_acota_q13704/tests/resort_test_list.php
|
| r29409 |
2026-07-22 |
| NEW: Tests that work with Pest (or PHPUnit) [branches/20260722_acota_q13704][q13704]
A /branches/20260722_acota_q13704/tests/Integration
A /branches/20260722_acota_q13704/tests/Integration/ExampleTest.php
A /branches/20260722_acota_q13704/tests/Pest.php
A /branches/20260722_acota_q13704/tests/ResourceSpaceBootTestCase.php
A /branches/20260722_acota_q13704/tests/ResourceSpaceTestCase.php
A /branches/20260722_acota_q13704/tests/Unit
A /branches/20260722_acota_q13704/tests/Unit/GenerateURLTest.php
D /branches/20260722_acota_q13704/tests/test_list/001360_generateURL.php
|
| r29407 |
2026-07-22 |
| NEW: Test bootstrap and PHPUnit config [branches/20260722_acota_q13704][q13704]
A /branches/20260722_acota_q13704/phpunit.xml
A /branches/20260722_acota_q13704/tests/bootstrap.php
|
| r29406 |
2026-07-22 |
| NEW: Test specific namespace [branches/20260722_acota_q13704][q13704]
M /branches/20260722_acota_q13704/composer.json
|
| r29402 |
2026-07-22 |
| NEW: Dependency on Pest - https://pestphp.com [branches/20260722_acota_q13704][q13704]
M /branches/20260722_acota_q13704/composer.json
M /branches/20260722_acota_q13704/composer.lock
|
| r29401 |
2026-07-22 |
| NEW: Branch for end-to-end (E2E) browser (automation) testing [q13704]
A /branches/20260722_acota_q13704
|