File tree Expand file tree Collapse file tree 2 files changed +37
-1
lines changed
jsf/simple-facelet/src/test/resources Expand file tree Collapse file tree 2 files changed +37
-1
lines changed Original file line number Diff line number Diff line change 55 </engine >
66
77 <extension qualifier =" webdriver" >
8- <property name =" browser" >${browser:firefox }</property >
8+ <property name =" browser" >${browser}</property >
99 </extension >
1010
1111</arquillian >
Original file line number Diff line number Diff line change 213213
214214 <build >
215215 <finalName >${project.artifactId} </finalName >
216+ <testResources >
217+ <testResource >
218+ <directory >src/test/resources</directory >
219+ <filtering >true</filtering >
220+ </testResource >
221+ </testResources >
216222 <plugins >
217223 <plugin >
218224 <groupId >org.apache.maven.plugins</groupId >
667673 </dependency >
668674 </dependencies >
669675 </profile >
676+ <profile >
677+ <id >browser-firefox</id >
678+ <properties >
679+ <browser >firefox</browser >
680+ </properties >
681+ </profile >
682+ <profile >
683+ <id >browser-chrome</id >
684+ <properties >
685+ <browser >chrome</browser >
686+ </properties >
687+ </profile >
688+ <profile >
689+ <id >browser-ie</id >
690+ <properties >
691+ <browser >internetExplorer</browser >
692+ </properties >
693+ </profile >
694+ <profile >
695+ <id >browser-safari</id >
696+ <properties >
697+ <browser >safari</browser >
698+ </properties >
699+ </profile >
700+ <profile >
701+ <id >browser-phantomjs</id >
702+ <properties >
703+ <browser >phantomjs</browser >
704+ </properties >
705+ </profile >
670706 <profile >
671707 <id >javadocs</id >
672708 <activation >
You can’t perform that action at this time.
0 commit comments