Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
PUBLIC
/
surfer-okd
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit d9973759
authored
8 years ago
by
Johannes Zellner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
use chrome instead of ff for tests
1 parent
4b1efdff
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
test/test.js
test/test.js
View file @
d997375
...
...
@@ -23,8 +23,8 @@ if (!process.env.USERNAME || !process.env.PASSWORD) {
describe
(
'Application life cycle test'
,
function
()
{
this
.
timeout
(
0
);
var
firefox
=
require
(
'selenium-webdriver/firefox
'
);
var
server
,
browser
=
new
firefox
.
Driver
();
var
chrome
=
require
(
'selenium-webdriver/chrome
'
);
var
server
,
browser
=
new
chrome
.
Driver
();
before
(
function
(
done
)
{
var
seleniumJar
=
require
(
'selenium-server-standalone-jar'
);
...
...
@@ -119,7 +119,7 @@ describe('Application life cycle test', function () {
done
();
}
it
(
'build app'
,
function
()
{
x
it
(
'build app'
,
function
()
{
execSync
(
'cloudron build'
,
{
cwd
:
path
.
resolve
(
__dirname
,
'..'
),
stdio
:
'inherit'
});
});
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
Attach a file
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 post a comment