- Removes ability to supply null parameters to Field DTO
aee29af3ac
- Allows the field generation to take advantage of the current request to allow for things like tenant identification
bb63cc81ae
- Fixes missing mock expectation
3718d86131
- Adds support for supplying customizable fields in a given workflow/run
0972f43a37
- Fixes missed namespace update
e9b88eef6c
- Passes current request instance into test
b192d4ec6d
- Fixes non-compliant PSR-4 namespace
1db519b115
- Adds ability to set a user to act as for a given set of requests
5651c525ac
- Adds ability to provide histogram buckets for response grouping within the Blitz UI
34d1fbc5a2
- Changes conventional method name from setUp to handle to avoid potential confusion with linters confusing it for a PHPUnit test
2f7674bba4
- Updates incorrect link in README
59f29208c3
- Adds docblock to stub file for describing the singular method in a Blitz test
57d84c52e8
- Replaces incorrect method of utilizing a configuration file with the one that allows for users to access it as default
f043ec095b
- Adds high level overview of how to use Blitz for writing a load test
8fc6644f83
- Adds docblock describing new configuration option
d8185ee8c8
- Updates README with instruction on how to enable Blitz
e29afd7dce
- Adds configuration file to control enabling and disabling Blitz access
21738b8c84
- Adds Github workflow file for running automated tests against various PHP/Laravel versions
1b3fa8ad3b
- Adds initial README and CHANGELOG files
5c5b13b7a3
- Adds abstract test case that will be used by downstream consumers for setting up their load test workflows
00aab9eacf
- Enables the command to run when running in console
3a60732620
- Adds command and stub for generating a Blitz load test in the correct place
1604df8c75
- Adds test cases for generating a test file using an artisan command
deb4bb3cf8
- Adds controller logic and route defintion for generating targets based on an existing workflown namespace
08feb19b4c
- Adds test case for generating targets based on a provided and existing workflow namespace
c79d375684
- Adds controller and supporting logic with a route definition for retrieving existing workflow namespaces
2e0b98dd92
- Adds test case for retrieving existing workflow namespaces
d5c922351e
- Adds environment setup for test cases
c6d9e20662
- Adds a phpunit configuration file for upcoming automated tests
598c62350b
- Adds src directory PSR-4 compliant autoloading with Laravel specific configuration and ensures the fileinfo extension is present
2db1cba14e
- Adds base test case with PSR-4 compliant autoloading
2001044590
- Adds baseline set of dependencies
4eb9c6f956
- Adds various GitHub specific template files
c782a498c1
- Adds license file
bc5a3afb8b
- Adds various configuration-based dotfiles
9a7965ba20
- Initial commit
de7cfc913c
- Reverses name of console command signature to follow popular convention within the framework itself
5267498b6a
- Uses new artisan command to generate a compliant stub during the testing phase instead of having duplicate stubs that could get out of sync
4735f0745d
- Updates example command to use newly decided convention
797ef1ca7a
- Fixes cross-version inconsistencies by trimming slashes on the left and right hand side of the namespace at various points in the transformation
e6c92ecf90
- Skips test for specific Laravel versions due to functionality not being available
ed4727eb49
- Downgrades phpunit/phpunit for better compatibility across older versions of other dependencies
1641f8e68f
- Uses the JSON-specific request method to signify this endpoint is expecting to return JSON
0dc81cbc83
- Removes unsupported version of PHP from Github workflow
c5329cbfe9