https://github.com/fadilxcoder/selenium
PHP / Selenium automated testing
https://github.com/fadilxcoder/selenium
automated-testing php phpunit selenium
Last synced: 4 months ago
JSON representation
PHP / Selenium automated testing
- Host: GitHub
- URL: https://github.com/fadilxcoder/selenium
- Owner: fadilxcoder
- Created: 2023-02-19T10:16:04.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-20T19:05:24.000Z (over 2 years ago)
- Last Synced: 2025-01-04T19:23:30.190Z (5 months ago)
- Topics: automated-testing, php, phpunit, selenium
- Language: PHP
- Homepage:
- Size: 6.59 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Selenium - Automated testing
- Launch chrome driver : `chromedriver.exe --port=4444`
- Launch phpunit test script : `./vendor/bin/phpunit src````bash
$ ./vendor/bin/phpunit src
PHPUnit 9.6.3 by Sebastian Bergmann and contributors.R. 2 / 2 (100%)
Time: 00:46.419, Memory: 8.00 MB
There was 1 risky test:
1) App\Selenium\EmailForceAttackChromeTest::testEmailAutofill
This test did not perform any assertionsC:\wamp64\www\selenium-automated-test\src\Selenium\EmailForceAttackChromeTest.php:17
OK, but incomplete, skipped, or risky tests!
Tests: 2, Assertions: 1, Risky: 1.
```