Merge branch 'edge-cases-integration-frontend-testing' into 'master'

Update testing.md `# Frontend Testing` to include integration spec for edge cases

See merge request !11784
This commit is contained in:
Clement Ho 2017-06-07 16:46:11 +00:00
commit ac608715cd
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ feature tests with Capybara for e2e (end-to-end) integration testing.
Unit and feature tests need to be written for all new features.
Most of the time, you should use rspec for your feature tests.
There are cases where the behaviour you are testing is not worth the time spent running the full application,
for example, if you are testing styling, animation or small actions that don't involve the backend,
for example, if you are testing styling, animation, edge cases or small actions that don't involve the backend,
you should write an integration test using Jasmine.
![Testing priority triangle](img/testing_triangle.png)