Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 653 Bytes

backend-contribution.md

File metadata and controls

38 lines (25 loc) · 653 Bytes

Backend contribution

Setup

Verify that you have less installed on your system, or install it if necessary:

npm install -g less

Then, install victoire and launch built-in server:

make start

Once the server has been launched, users fixtures have been loaded, you can connect to http://localhost:8000/

Username is [email protected] and password is test.

Run tests

Launch Selenium:

docker run -d -p 4444:4444 selenium/standalone-firefox:2.53.1

And finally, run tests with Behat:

make test

or, to run specific scenario:

make test arg=Tests/Features/Page/create.feature:8