-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathphpunit.dusk.xml
More file actions
23 lines (23 loc) · 989 Bytes
/
Copy pathphpunit.dusk.xml
File metadata and controls
23 lines (23 loc) · 989 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false"
beStrictAboutTestsThatDoNotTestAnything="false"
colors="true"
processIsolation="false"
stopOnError="false"
stopOnFailure="false"
cacheDirectory=".phpunit.cache"
backupStaticProperties="false">
<testsuites>
<testsuite name="Browser Test Suite">
<file>./tests/Browser/IndexTest.php</file>
<file>./tests/Browser/LoginTest.php</file>
<file>./tests/Browser/CriarPredioTest.php</file>
<file>./tests/Browser/CriarSalaTest.php</file>
<file>./tests/Browser/CriarRackTest.php</file>
<file>./tests/Browser/CriarPatchPanelTest.php</file>
<file>./tests/Browser/CriarTipoPortaTest.php</file>
<file>./tests/Browser/CriarModeloSwitchTest.php</file>
<file>./tests/Browser/CriarEquipamentoTest.php</file>
</testsuite>
</testsuites>
</phpunit>