co-stack / stack-test
Testing Framework
dev-master
2024-07-24 09:11 UTC
Requires
- php: ^8.1
- ext-mbstring: *
- co-stack/lib: ^5.1 || ^v6.0
- php-webdriver/webdriver: ^1.15
- phpunit/phpunit: ^9.6 || ^10.4
Provides
This package is auto-updated.
Last update: 2024-10-24 07:45:35 UTC
README
Features
- No configuration to get started.
- Countless assertions for any possible assertion of elements, contents, ...
- Assertions can also be used as conditions and expectations (to wait for something to happen in the browser)
- Far less complicated than testing Frameworks like codeception
- Solely based on PHPUnit, therefore fully integrated into PhpStorm.
- Easy Form handling (get and set form data)
Enable screenshots and more for failed tests
<?xml version="1.0" encoding="UTF-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.4/phpunit.xsd"
>
<!-- Add the extension section to your phpunit.xml file and adjust the paths as needed -->
<extensions>
<bootstrap class="CoStack\StackTest\Bootstrap">
<parameter name="screenshot" value="build/test/artifacts/{testClass}/{testMethod}/{seed}.jpg"/>
<parameter name="pageSource" value="build/test/artifacts/{testClass}/{testMethod}/{seed}.html"/>
<parameter name="history" value="build/test/artifacts/{testClass}/{testMethod}/{seed}.history.txt"/>
</bootstrap>
</extensions>
</phpunit>
Important things to know
- Firefox always sets cookie secure = true
- Options without value attribute can not be selected by value