Unverified Commit 3e31b91b authored by cmrd Senya's avatar cmrd Senya Committed by Benjamin Neff
Browse files

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
parent b32c8443
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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

+2 −2
Original line number Diff line number Diff line
@@ -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

+2 −0
Original line number Diff line number Diff line
 # 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