Sha256: bbbe2de8ab574445f8ac7cf342e04550680a7d67a3d8e833707d68f9058c60ec
Contents?: true
Size: 773 Bytes
Versions: 4
Compression:
Stored size: 773 Bytes
Contents
We are using Cucumber for automated testing. Read more at the following two links: - [link1](https://en.wikipedia.org/wiki/Cucumber_(software)) - [link2](http://www.methodsandtools.com/tools/cucumber.php) features/ This is the features directory. The features directory Contains feature files, which all have a .feature extension. May contain subdirectories to organize feature files. features/step_definitions This directory contains step definition files, which are Ruby code and have a .rb extension. features/support This directory contains supporting Ruby code. Files in support load before those in step_definitions, which makes it useful for such things as environment configuration (commonly done in a file called env.rb).
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
vagrant-sshfs-1.3.1 | features/README.md |
vagrant-sshfs-1.3.0 | features/README.md |
vagrant-sshfs-1.2.1 | features/README.md |
vagrant-sshfs-1.2.0 | features/README.md |