forked from datastax/php-driver
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbehat.yml
More file actions
32 lines (30 loc) · 881 Bytes
/
behat.yml
File metadata and controls
32 lines (30 loc) · 881 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
default:
formatters:
pretty: true
suites:
default:
filters:
tags: "~@cassandra-version-less-2.1&&~@cassandra-version-only-2.0&&~@broken"
contexts:
- FeatureContext:
cassandra_version: 2.1.12
cassandra-version-2.0:
formatters:
pretty: true
suites:
default:
filters:
tags: "~@cassandra-version-2.1&&~@broken"
contexts:
- FeatureContext:
cassandra_version: 2.0.17
cassandra-version-1.2:
formatters:
pretty: true
suites:
default:
filters:
tags: "~@cassandra-version-2.0&&~@cassandra-version-2.1&&~@cassandra-version-only-2.0&&~broken"
contexts:
- FeatureContext:
cassandra_version: 1.2.19