Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
fairblue
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hosting
chat
fairblue
Commits
248db82e
Commit
248db82e
authored
7 years ago
by
Maxim Khlobystov
Browse files
Options
Downloads
Patches
Plain Diff
Cleanup + added temporary desktop-only testing command.
parent
9ebc82d2
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
bigbluebutton-html5/package.json
+2
-1
2 additions, 1 deletion
bigbluebutton-html5/package.json
bigbluebutton-html5/tests/webdriverio/specs/visual-regression/main.spec.js
+1
-0
1 addition, 0 deletions
...l5/tests/webdriverio/specs/visual-regression/main.spec.js
with
3 additions
and
1 deletion
bigbluebutton-html5/package.json
+
2
−
1
View file @
248db82e
...
...
@@ -6,7 +6,8 @@
"start:prod"
:
"meteor reset && ROOT_URL=http://127.0.0.1/html5client NODE_ENV=production meteor --production"
,
"start:dev"
:
"ROOT_URL=http://127.0.0.1/html5client NODE_ENV=development meteor"
,
"test"
:
"wdio ./tests/webdriverio/wdio.accept.conf.js"
,
"test-visual-regression"
:
"export BROWSER_NAME=firefox; wdio ./tests/webdriverio/wdio.vreg.conf.js; export BROWSER_NAME=chrome; wdio ./tests/webdriverio/wdio.vreg.conf.js"
,
"test-visual-regression"
:
"export BROWSER_NAME=firefox; wdio ./tests/webdriverio/wdio.vreg.conf.js; export BROWSER_NAME=chrome; wdio ./tests/webdriverio/wdio.vreg.conf.js; export BROWSER_NAME=chrome_mobile; DEVICE_NAME='iPhone 6 Plus'; export DEVICE_NAME; wdio ./tests/webdriverio/wdio.vreg.conf.js; DEVICE_NAME='Nexus 5X'; export DEVICE_NAME; wdio ./tests/webdriverio/wdio.vreg.conf.js"
,
"test-visual-regression-desktop"
:
"export BROWSER_NAME=firefox; wdio ./tests/webdriverio/wdio.vreg.conf.js; export BROWSER_NAME=chrome; wdio ./tests/webdriverio/wdio.vreg.conf.js"
,
"lint"
:
"eslint . --ext .jsx,.js"
,
"precommit"
:
"lint-staged"
},
...
...
This diff is collapsed.
Click to expand it.
bigbluebutton-html5/tests/webdriverio/specs/visual-regression/m
odals
.spec.js
→
bigbluebutton-html5/tests/webdriverio/specs/visual-regression/m
ain
.spec.js
+
1
−
0
View file @
248db82e
...
...
@@ -38,6 +38,7 @@ describe('Screenshots:', function() {
});
it
(
'
Viewport looks good with both userlist and public chat open
'
,
function
()
{
browser
.
moveToObject
(
HomePage
.
chatTitleSelector
);
// avoid hover effect on the Public Chat tab
utils
.
expectImageMatch
(
browser
.
checkViewport
(),
'
Home page viewport isn
\'
t the same after we open both userlist and public chat
'
);
});
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment