Code Monkey home page Code Monkey logo

Comments (10)

zimathias avatar zimathias commented on May 25, 2024

This seems to be related to the relative path. If the argument passed is a full path, behat works as expected:

$ behat `pwd`/features/sales_pages.feature:9
[...]
1 scenario (1 failed)
3 steps (1 passed, 1 skipped, 1 failed)
0m0.31s

from behat.

everzet avatar everzet commented on May 25, 2024

That's strange!

everzet@evermac: ~/Devel/github/php/Behat/Behat
⚡ behat --version
Behat version 1.1.4

everzet@evermac: ~/Devel/github/php/Behat/Behat
⚡ behat features/result_types.feature          
..................................

6 scenarios (6 passed)
34 steps (34 passed)
0m2.244s

everzet@evermac: ~/Devel/github/php/Behat/Behat
⚡ behat features/result_types.feature:193          
.....

1 scenario (1 passed)
5 steps (5 passed)
0m0.436s

from behat.

everzet avatar everzet commented on May 25, 2024

Show me your behat.yml if you have one.

from behat.

zimathias avatar zimathias commented on May 25, 2024
$ cat behat.yml 
default:
    environment:
        parameters:
            start_url: http://www.example.com/
imports:
    - mink/behat.yml

from behat.

zimathias avatar zimathias commented on May 25, 2024

Adding some debug statement in the locateFeaturesPaths function shows that the current working directory changes:

           $featuresPath   = $matches[1];                                  
            $lineFilter     = ':' . $matches[2];                            
+          var_dump(getcwd()) . "\n";

The current working directory is changed to:

string(23) "/tmp/pharextract/goutte"

from behat.

everzet avatar everzet commented on May 25, 2024

Ok. Cool. you've found a bug!
Something changing path in your configuration.

from behat.

zimathias avatar zimathias commented on May 25, 2024

Given that the current working directory is related to goutte, I'd guess it's related to mink.

from behat.

everzet avatar everzet commented on May 25, 2024

Does it helped?

from behat.

zimathias avatar zimathias commented on May 25, 2024

Yes. The patch fixes the issue. Thanks!

from behat.

zimathias avatar zimathias commented on May 25, 2024

After further testing it seems that the commit fixes the use cases where a relative directory and relative file are given as arguments. The use case where a specific scenario is given still fails. See issue #26 for more information.

from behat.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.