Add @nophantomjs tag to default cucumber profile

Use this tag for tests which can't work with PhantomJS, but which we
can run with Selenium using some other profile (not implemented here).

closes #6418
This commit is contained in:
cmrd Senya 2017-09-02 22:37:04 +03:00 committed by Benjamin Neff
parent b32c844314
commit 3e31b91b11
No known key found for this signature in database
GPG key ID: 971464C3F1A90194
3 changed files with 5 additions and 2 deletions

View file

@ -6,6 +6,7 @@
## Bug fixes
## Features
* Add basic html5 audio/video embedding support [#6418](https://github.com/diaspora/diaspora/pull/6418)
# 0.7.3.1

View file

@ -9,7 +9,7 @@ screenshot_opts = "--require features --format pretty"
%>
# 'normal' test runs
default: <%= std_opts %> -r features
default: <%= std_opts %> -r features --tags ~@nophantomjs
wip: -r features --tags @wip:3 --wip features
rerun: <%= rerun_opts %> --format rerun --out rerun.txt --strict --tags ~@wip --tags ~@screenshots

View file

@ -1,3 +1,5 @@
# We can create a separate cucumber profile that will run these tests with Selenium
@nophantomjs
@javascript
Feature: oembed
In order to make videos easy accessible