Displaying 20 results from an estimated 70 matches similar to: "Cucumber: Setting Dependency among scenarios"
2009 Mar 25
5
[Cucumber] ANN: Cucumber with pure Java
Big news for all Java programmers out there.
Now you can use Cucumber with pure Java!
That''s right, you don''t have to write a single line of Ruby! (1)
All of your step definitions can be written as annotated methods in POJOs
(Plain Old Java Objects).
To get a taste of what this looks like, check out the simple example in the
cucumber_java project on GitHub:
* README for
2009 Apr 15
0
Ambigous error while running cucumber features
Hello,
I was just trying out a cucumber-java example with selenium
integrated. My feature file has two scenarios and while executing the
command "cucumber features", It is executing the first scenario
succesfully, but for the second scenario I am getting the ambiguity
error (Cucumber::Ambiguous):
Scenario: Find what I''m looking for in yahoo #
2009 Feb 16
0
[Cucumber] 0 scenarios running "dirty" features in Autotest
When running autotest with AUTOFEATURE=true, all of my specs and
features run fine.
However, if I have a feature containing a scenario that fails, autotest
lists that feature, but then returns "0 scenarios", and then runs all of
the features again.
Any idea why this might be?
Best,
Tom
--
Posted via http://www.ruby-forum.com/.
2008 Apr 29
0
Fixture Scenarios plugin
Just curious if anything special needs to be done to use the Rails
fixture scenarios plugin(http://code.google.com/p/fixture-scenarios/)
with rspec? Would I just create the "scenarios" inside the spec/fixtures
dir, as opposed to the test/fixtures dir?
Thanks,
Steve
2010 Sep 14
0
Handling error scenarios in the core
With my recent work on UI/DEFAULT, I've been hunting around in the
core code to find any other locations that this new usage would be
useful. As a result, I've come up with a few questions.
1) core/com32.inc: not_com32r jumps to enter_command. Should it do
something based on ONERROR?
2) core/comboot.inc: comboot_bogus_tail and comboot_too_large go to
enter_command. Again, use ONERROR?
2003 May 18
2
G.729: Typical usage scenarios
Clicking on the "For more information, click here" link on the Digium
site nice brings back up the same page I was looking at before, without
any additional G.729 information that I can see.
I'm wondering if some kind asterisker out there could provide us
neophytes with some "typical scenarios" where that codec would be useful
to us.
For instance, I assume that it
2008 Jun 10
0
browser() exits when not desired, in three different scenarios (PR#11623)
Here are three different scenarios in which the browser() exits
when I don't want it to. These are all related to the browser
accepting either c or (return) to exit. I would like an option
to turn off the (return) behavior in order to avoid these problems.
# Case 1 - when calling help
# Note, I am using ESS in emacs; this is probably an interaction
# with ESS handling of ? help.
> f
1999 Jan 04
1
System network Scenarios
I was pondering some things. In order to help people just starting out in
integrating their networks full of miscellaneous operating systems with
Windows machines (NT, 98, etc), a collection of scenarios would be nice to
use as reference for building their own samba networks.
For instance, a typical scenario could be:
NETWORK DESCRIPTION
1 WinNT (Domain Controller)
2 Win98 Machines
2013 Dec 15
0
Is a VM an adequate environment for simulating scenarios and limits of BTRFS?
Greetings all and pardon my intrusion,
I''m just a basic home user running a file server for mostly large
media files (write once, read many). Some dynamic working files, but
a much smaller portion. The OS will not run on BTRFS, nor will it do
much in the way of running services other than what''s required for a
basic file server. My server hardware is mostly salvaged, 2 GB of
2024 Jun 14
2
Choosing a backend idamp and example scenarios for each one
hi,
Knowing the 3 idmap backends (ad, rid and autorid) available to configure
samba as a domain member, could you give examples of scenarios in which
each backend would be more suitable?
--
Elias Pereira
2024 Jun 14
1
Choosing a backend idamp and example scenarios for each one
Hi,
On Fri, Jun 14, 2024 at 4:44?PM Elias Pereira via samba <
samba at lists.samba.org> wrote:
> hi,
>
> Knowing the 3 idmap backends (ad, rid and autorid) available to configure
> samba as a domain member, could you give examples of scenarios in which
> each backend would be more suitable?
>
>
I also wrote some documentation for the ubuntu server guide about this,
2008 Jun 11
0
[ESS] browser() exits when not desired, in three different scenarios (PR#11634)
Tim, I have reported some similar issues a while back and there was
some discussion on this topic:
http://tolstoy.newcastle.edu.au/R/devel/06/03/4609.html
Good luck,
Kevin
On Tue, Jun 10, 2008 at 6:47 PM, Tim Hesterberg <timhesterberg at gmail.com> wrote:
> Here are three different scenarios in which the browser() exits
> when I don't want it to. These are all related to the
2009 Jul 06
1
R 2.8->2.9 change that breaks some upgrade scenarios
I finally got round to look at a little problem I have - most of the time when I use R I would be using snpMatrix (now part of bioconductor, I wrote a substantial part of), so I had $HOME/.Rprofile to save some typing. Upgrading, switching versions used to work fine with R 2.8 then it broke with 2.9..
Apparently it is because most of SHLIB, INSTALL, etc used to be fairly extensive shell scripts
2007 Dec 23
1
multiple scenarios problem
Hi all
I just recently started to use rspec and I''m having a problem using
multple scenarios in one story. These are the two scenarios, trying to
test my implemenation of the new http authentication in rails 2:
Scenario "user has to authenticate" do
Given "an anonymous user" do
end
When "visiting", "working_page" do |page|
2009 Jul 28
1
R --vannilla for install/remove/shlib(Re: R 2.8->2.9 change that breaks some upgrade scenarios)
This is the change I suggested earlier - it should just disable more of user/site customization during package installation/removal, and getting more of R 2.8-like behavior back. Attached and inlined below.
Against svn r48897 (svn HEAD AFAIK).
--------------------------------------------------
diff --git a/src/scripts/INSTALL b/src/scripts/INSTALL
index 42470c2...4c7bae9 100755
---
2024 Jun 15
1
Choosing a backend idamp and example scenarios for each one
On Fri, 14 Jun 2024 17:32:30 -0300
Andreas Hasenack via samba <samba at lists.samba.org> wrote:
> Hi,
>
> On Fri, Jun 14, 2024 at 4:44?PM Elias Pereira via samba <
> samba at lists.samba.org> wrote:
>
> > hi,
> >
> > Knowing the 3 idmap backends (ad, rid and autorid) available to
> > configure samba as a domain member, could you give examples
2008 Mar 11
2
Composed Stories/Scenarios
In using stories, I find myself wanting to build scenarios on top of each other,
For example
I want something like
Scenario: The user logs on
Given a
And b
When c
And d
Then e
And f
Scenario: The user changes his password
Given the user logs on
And g
Then h
In other words, I''d like to write the second scenario starting with
the ''state'' produced by
2007 May 30
1
Three scenarios for simplifying NUT configuration on Linux
Scenario 1: Package-centric
Have the .deb package for NUT install a single-user/single-UPS
configuration, with the .deb asking for the UPS type and dispatching
on that to set up ups.conf for the correct driver. Package
installation could even create a nut user and group, so there wouldn't
even be a security compromise.
I don't know how to do the equivalent with RPM, because RPM
2024 Jun 20
2
Choosing a backend idamp and example scenarios for each one
Thank you all!!!! Great content!!!
Speaking of scenarios... What would be the best backend for?
Scenario 1:
3 DCs and 1 fileserver
2800 users
Scenario 2:
4 DCs and 2 fileserver
2800+ users
On Sat, Jun 15, 2024 at 4:49?AM Rowland Penny via samba <
samba at lists.samba.org> wrote:
> On Fri, 14 Jun 2024 17:32:30 -0300
> Andreas Hasenack via samba <samba at lists.samba.org>
2013 Mar 06
0
various DNS scenarios / setups with samba4 + BIND9
Hello everybody,
I am not sure which DNS setup will fit best for my suites. I can imagine,
that there are a lot of users out there using also BIND9 servers in their
environment and can share their experience. In my case I am running
following setup:
I have two existing hosts running with DNS and DHCP services. I have setup a
DHCP-Cluster with isc-dhcp-server on both machines, that means I have a