passbolt / passbolt_browser_extension

Browser extensions (Firefox, Edge & Chrome) for Passbolt the open source password manager for teams
https://passbolt.com
GNU Affero General Public License v3.0
233 stars 72 forks source link

#66 : The browser extension doesn't build by default #67

Closed aubincleme closed 5 years ago

aubincleme commented 5 years ago

The browser extension doesn't build by default

Fixes #66

This pull request is a :

Checklist

Regarding unit tests : grunt test is passing, however, I'm unsure how to perform the rest of the extension tests. If you happen to have a guide on that that I didn't found, don't hesitate to link it to me and I'll verify the rest of the tests. :)

What you did

Just renamed two files.

CLAassistant commented 5 years ago

CLA assistant check
All committers have signed the CLA.

CLAassistant commented 5 years ago

CLA assistant check
Thank you for your submission, we really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

cedricalfonsi commented 5 years ago

Hello @aubincleme,

Thank you for your contribution.

This is the way to execute the tests with grunt test or with the standard npm test that is only an alias. Other integrations tests exist and can be executed directly in the browser on chrome-extension://EXTENSION_ID/test.html with an extension built in debug mode. We don't communicate on this as it's going to evolve, so don't bother with these ones.

I will review your contribution and I'll keep you posted.

aubincleme commented 5 years ago

Hi @cedricalfonsi ; thanks for your time :)

Apparently the tests are passing without any issues. If you need anything, don't hesitate to ping me.

aubincleme commented 5 years ago

Hi @cedricalfonsi ; any news on this issue ? Thanks :) !

cedricalfonsi commented 5 years ago

Hello @aubincleme,

It's in the current sprint, should be released within the next release.