FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
allure-php-api/phpunit.xml at master · allure-framework/allure-php-api · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
allure-framework
/
allure-php-api
Public
Notifications
You must be signed in to change notification settings
Fork
28
Star
34
Code
Issues
0
Pull requests
7
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
allure-php-api
/
phpunit.xml
Copy path
More file actions
More file actions
Latest commit
History
History
History
18 lines (18 loc) · 580 Bytes
Breadcrumbs
allure-php-api
/
phpunit.xml
Copy path
File metadata and controls
18 lines (18 loc) · 580 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?
xml
version
=
"
1.0
"
encoding
=
"
UTF-8
"
?>
<
phpunit
xmlns
:
xsi
=
"
http://www.w3.org/2001/XMLSchema-instance
"
xsi
:
noNamespaceSchemaLocation
=
"
https://schema.phpunit.de/9.3/phpunit.xsd
"
bootstrap
=
"
phpunit.php
"
colors
=
"
true
"
defaultTestSuite
=
"
Allure PHP API Tests
"
>
<
testsuites
>
<
testsuite
name
=
"
Allure PHP API Tests
"
>
<
directory
>test/Yandex/Allure/Adapter/</
directory
>
</
testsuite
>
</
testsuites
>
<
coverage
>
<
include
>
<
directory
>src/</
directory
>
</
include
>
</
coverage
>
</
phpunit
>
Back
|
FazBrowse Home
|
New Git URL