meteor-velocity / html-reporter

HTML reporter for Meteor velocity testing framework
MIT License
23 stars 20 forks source link

Reporter package overrides default app styling (Meteor 1.2-rc10) #90

Open ghost opened 9 years ago

ghost commented 9 years ago

Adding velocity:html-reporterto a Meteor 1.2 based project with custom LESS styling overrides the default styling of the app.

Before adding html-reporter: Before

After adding html-reporter: After

.meteor/versions:

accounts-base@1.2.1-rc.2
accounts-password@1.1.2-rc.1
aldeed:template-extension@3.4.3
audit-argument-checks@1.0.4-rc.0
autoupdate@1.2.3-rc.1
babel-compiler@5.8.22-rc.0
babel-runtime@0.1.4-rc.0
babrahams:editable-json@0.3.13
base64@1.0.4-rc.0
binary-heap@1.0.4-rc.0
blaze@2.1.3-rc.0
blaze-tools@1.0.4-rc.0
boilerplate-generator@1.0.4-rc.0
caching-compiler@1.0.0-rc.0
caching-html-compiler@1.0.1-rc.0
callback-hook@1.0.4-rc.0
check@1.0.6-rc.0
clinical:barcode@2.0.2
cmather:handlebars-server@2.0.0
coffeescript@1.0.8-rc.2
d3js:d3@3.5.5
dburles:mongo-collection-instances@0.3.4
ddp@1.2.1-rc.0
ddp-client@1.2.1-rc.1
ddp-common@1.2.1-rc.0
ddp-rate-limiter@1.0.0-rc.0
ddp-server@1.2.1-rc.1
deps@1.0.8-rc.0
diff-sequence@1.0.1-rc.0
ecmascript@0.1.3-rc.1
ecmascript-collections@0.1.5-rc.1
ejson@1.0.7-rc.0
email@1.0.7-rc.0
fastclick@1.0.7-rc.0
fortawesome:fontawesome@4.4.0
geojson-utils@1.0.4-rc.0
gwendall:session-json@0.1.7
handlebars@1.0.4-rc.0
hitchcott:platform@0.0.1
html-tools@1.0.5-rc.0
htmljs@1.0.5-rc.1
http@1.1.1-rc.1
id-map@1.0.4-rc.0
iron:controller@1.0.8
iron:core@1.0.8
iron:dynamic-template@1.0.8
iron:layout@1.0.8
iron:location@1.0.9
iron:middleware-stack@1.0.9
iron:router@1.0.9
iron:url@1.0.9
jquery@1.11.4-rc.0
lai:collection-extensions@0.1.4
launch-screen@1.0.3-rc.1
less@2.5.0-rc.2_1
livedata@1.0.14-rc.0
localstorage@1.0.4-rc.0
logging@1.0.8-rc.1
mdg:reload-on-resume@1.0.4
meteor@1.1.7-rc.1
meteor-platform@1.2.3-rc.0
meteorhacks:async@1.0.0
meteorhacks:kadira@2.23.1
meteorhacks:kadira-debug@1.3.3
meteorhacks:meteorx@1.3.1
meteorhacks:npm@1.4.0
minifiers@1.1.6-rc.1
minimongo@1.0.9-rc.0
miro:mailchimp@1.1.0
mobile-status-bar@1.0.5-rc.1
momentjs:moment@2.10.6
mongo@1.1.1-rc.2
mongo-id@1.0.1-rc.0
mongo-livedata@1.0.9-rc.0
msavin:mongol@0.7.2
npm-bcrypt@0.7.8_2
npm-container@1.1.0
npm-mongo@1.4.39-rc.0_1
npm-node-aes-gcm@0.1.3_6
oauth-encryption@1.0.6-rc.0
observe-sequence@1.0.7-rc.0
okgrow:analytics@0.3.0
ordered-dict@1.0.4-rc.0
package-version-parser@3.0.4-rc.0
practicalmeteor:chai@1.9.2_3
practicalmeteor:loglevel@1.1.0_3
promise@0.4.8-rc.0
raix:eventemitter@0.1.3
raix:eventstate@0.0.2
raix:push@2.6.12
random@1.0.4-rc.0
rate-limit@1.0.0-rc.0
reactive-dict@1.1.1-rc.0
reactive-var@1.0.6-rc.0
reload@1.1.4-rc.0
retry@1.0.4-rc.0
routepolicy@1.0.6-rc.0
sanjo:long-running-child-process@1.1.3
sanjo:meteor-files-helpers@1.1.0_7
sanjo:meteor-version@1.0.0
service-configuration@1.0.5-rc.0
session@1.1.1-rc.0
sha@1.0.4-rc.0
spacebars@1.0.7-rc.0
spacebars-compiler@1.0.7-rc.0
srp@1.0.4-rc.0
templating@1.1.2-rc.3
templating-tools@1.0.0-rc.0
tracker@1.0.8-rc.0
ui@1.0.7-rc.0
underscore@1.0.4-rc.0
underscorestring:underscore.string@3.0.3_1
url@1.0.5-rc.0
velocity:chokidar@1.0.3_1
velocity:core@0.9.3
velocity:meteor-internals@1.1.0_7
velocity:source-map-support@0.3.2_1
webapp@1.2.2-rc.2
webapp-hashing@1.0.4-rc.0
zimme:iron-router-active@1.0.4

Adding html-reporter:

Changes to your project's package version selections:

grigio:babel             added, version 0.1.7
respondly:css-common     added, version 1.0.1
respondly:css-stylus     added, version 1.0.3
respondly:ctrl           added, version 1.0.1
respondly:util           added, version 1.0.2
velocity:html-reporter+  added, version 0.9.0-rc.1

+ In order to resolve constraints, we had to use experimental versions of these
packages.

velocity:html-reporter: Reactive Velocity test reports in your app.

Diff'd when adding html-reporter:

@@ -34,6 +34,7 @@ email@1.0.7-rc.0
 fastclick@1.0.7-rc.0
 fortawesome:fontawesome@4.4.0
 geojson-utils@1.0.4-rc.0
+grigio:babel@0.1.7
 gwendall:session-json@0.1.7
 handlebars@1.0.4-rc.0
 hitchcott:platform@0.0.1
@@ -93,6 +94,10 @@ rate-limit@1.0.0-rc.0
 reactive-dict@1.1.1-rc.0
 reactive-var@1.0.6-rc.0
 reload@1.1.4-rc.0
+respondly:css-common@1.0.1
+respondly:css-stylus@1.0.3
+respondly:ctrl@1.0.1
+respondly:util@1.0.2
 retry@1.0.4-rc.0
 routepolicy@1.0.6-rc.0
 sanjo:long-running-child-process@1.1.3
@@ -113,6 +118,7 @@ underscorestring:underscore.string@3.0.3_1
 url@1.0.5-rc.0
 velocity:chokidar@1.0.3_1
 velocity:core@0.9.3
+velocity:html-reporter@0.9.0-rc.1
 velocity:meteor-internals@1.1.0_7
 velocity:source-map-support@0.3.2_1
 webapp@1.2.2-rc.2

If i can be of any help or need to provide more info, I'd gladly help. Meteor 1.2 is awesome and we'd very much like to start using it!

lassombra commented 9 years ago

This is critical and one of the major things keeping me from getting onboard with 1.2 because I need velocity!

samhatoum commented 9 years ago

Thank you for reporting, I will take a look tomorrow

samhatoum commented 9 years ago

This is not as trivial as I thought, I will take a better look and get back to you here

ghost commented 9 years ago

Please use 0.8.2. The new UI that is based on the Respondly reporter (0.9.0-rc.1) still needs some work when you want to use it for app testing. We currently don't have the resources to finish it.

ghost commented 9 years ago

Also I will try to make Velocity Meteor 1.2 compatible nearly to the release of 1.2.