Commit 1be8f717 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'mention-new-frontend-fixtures' into 'master'

Mention new mechanism to generate frontend fixtures

See merge request !10706
parents 8c6cd5ee e9a3ac28
...@@ -14,8 +14,10 @@ for more information on general testing practices at GitLab. ...@@ -14,8 +14,10 @@ for more information on general testing practices at GitLab.
GitLab uses the [Karma][karma] test runner with [Jasmine][jasmine] as its test GitLab uses the [Karma][karma] test runner with [Jasmine][jasmine] as its test
framework for our JavaScript unit tests. For tests that rely on DOM framework for our JavaScript unit tests. For tests that rely on DOM
manipulation we use fixtures which are pre-compiled from HAML source files and manipulation, we generate HTML files using RSpec suites (see `spec/javascripts/fixtures/*.rb` for examples).
served during testing by the [jasmine-jquery][jasmine-jquery] plugin. Some fixtures are still HAML templates that are translated to HTML files using the same mechanism (see `static_fixtures.rb`).
Those will be migrated over time.
Fixtures are served during testing by the [jasmine-jquery][jasmine-jquery] plugin.
JavaScript tests live in `spec/javascripts/`, matching the folder structure JavaScript tests live in `spec/javascripts/`, matching the folder structure
of `app/assets/javascripts/`: `app/assets/javascripts/behaviors/autosize.js` of `app/assets/javascripts/`: `app/assets/javascripts/behaviors/autosize.js`
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment