Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Poduptime
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
diasporg
Poduptime
Commits
8b4cf3c3
Commit
8b4cf3c3
authored
Dec 29, 2015
by
dmorley
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
texts
parent
c0d8a2a7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
3 deletions
+10
-3
phpunit/before.sh
phpunit/before.sh
+4
-3
phpunit/composer.json
phpunit/composer.json
+6
-0
No files found.
phpunit/before.sh
View file @
8b4cf3c3
sh
-e
/etc/init.d/xvfb start
#export DISPLAY=:99.0 && firefox -CreateProfile test
wget http://selenium.googlecode.com/files/selenium-server-standalone-2.15.0.jar
export
DISPLAY
=
:99.0
&&
sudo
java
-jar
selenium-server-standalone-2.15.0.jar
-firefoxProfileTemplate
"./phpunit/knmqtcr7.test"
&
pyrus
install
phpunit/PHPUnit_Selenium
#wget http://selenium.googlecode.com/files/selenium-server-standalone-2.15.0.jar
#export DISPLAY=:99.0 && sudo java -jar selenium-server-standalone-2.15.0.jar -firefoxProfileTemplate "./phpunit/knmqtcr7.test" &
#pyrus install phpunit/PHPUnit_Selenium
composer
install
phpenv rehash
phpunit/composer.json
0 → 100644
View file @
8b4cf3c3
{
"require"
:
{
"phpunit/phpunit"
:
"*"
,
"phpunit/phpunit-selenium"
:
">=1.3.3"
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment