Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/cucumber/cucumber-jvm-scala
Cucumber Scala
https://github.com/cucumber/cucumber-jvm-scala
Reenabled Scala
e4f49eb1e78c149cf36b3ce8ce4d099c8f903a3a authored about 13 years ago by Aslak Hellesøy <[email protected]>
e4f49eb1e78c149cf36b3ce8ce4d099c8f903a3a authored about 13 years ago by Aslak Hellesøy <[email protected]>
Fix compilation of Scala module and example.
c76d5e6d79dafecf63b52f54e9bfa37f82039b94 authored about 13 years ago by ds248 <[email protected]>
c76d5e6d79dafecf63b52f54e9bfa37f82039b94 authored about 13 years ago by ds248 <[email protected]>
Let's try to make a release
94521127051690a19e091297fa00be13ef1ad95b authored about 13 years ago by Aslak Hellesøy <[email protected]>
94521127051690a19e091297fa00be13ef1ad95b authored about 13 years ago by Aslak Hellesøy <[email protected]>
Update i18n
ef68128e2583aa11dfff4a6af6b10f8f463bced9 authored about 13 years ago by Aslak Hellesøy <[email protected]>
ef68128e2583aa11dfff4a6af6b10f8f463bced9 authored about 13 years ago by Aslak Hellesøy <[email protected]>
Added a progress formatter and made it the default. New iml files that get updated more easily.
6aeb33cff10c40134887c79e414d78be522d4c8f authored about 13 years ago by Aslak Hellesøy <[email protected]>
6aeb33cff10c40134887c79e414d78be522d4c8f authored about 13 years ago by Aslak Hellesøy <[email protected]>
Change dependencies so that full-jars don't bundle all jars (users are expected to provide them themselves). Closes #28.
51fc1290159ed8d7b97635e73f498959f0281ecd authored over 13 years ago by Aslak Hellesøy <[email protected]>
51fc1290159ed8d7b97635e73f498959f0281ecd authored over 13 years ago by Aslak Hellesøy <[email protected]>
Moved JUnit support to new submodule cucumber-junit. JUnit runner will now output results using the prettyformatter if the system property cucumber.reporter is set to pretty or pretty=somefile. The Backend interface has changed. Less methods to implement, and buildWorld() takes a World object where the Backend impl can register stepdefs and hooks. Currently this means scanning the fs/classpath for stepdefs/hooks for each scenario (slow), but this can be optimised later. This allows scoping of stepdefs on a per-feature (and later - per-scenario) basis.
31b3bed2905bd8a2e3731d7f8e7255038511e786 authored over 13 years ago by Aslak Hellesøy <[email protected]>
31b3bed2905bd8a2e3731d7f8e7255038511e786 authored over 13 years ago by Aslak Hellesøy <[email protected]>
Merge with oc/master
66fb8375116ebfbc0c200f6e22fe9017323ad8dc authored over 13 years ago by Aslak Hellesøy <[email protected]>
66fb8375116ebfbc0c200f6e22fe9017323ad8dc authored over 13 years ago by Aslak Hellesøy <[email protected]>
control backends from world
a273c849f81e210e11387d34c32f1c06f85afd43 authored over 13 years ago by Ole Christian Rynning <[email protected]>
a273c849f81e210e11387d34c32f1c06f85afd43 authored over 13 years ago by Ole Christian Rynning <[email protected]>
flatMap that shit
356f88dee914cb003dba87e160d9300482ae460a authored over 13 years ago by Jon-Anders Teigen <[email protected]>
356f88dee914cb003dba87e160d9300482ae460a authored over 13 years ago by Jon-Anders Teigen <[email protected]>
Instantiate all packages
db81d33aec45139d44c9e8bb04cdf82c989f1599 authored over 13 years ago by Ole Christian Rynning <[email protected]>
db81d33aec45139d44c9e8bb04cdf82c989f1599 authored over 13 years ago by Ole Christian Rynning <[email protected]>
Use gherkin 2.4.18 from Maven Central
198c716ac791aed8f856b5890a2cd5e747e63a53 authored over 13 years ago by Aslak Hellesøy <[email protected]>
198c716ac791aed8f856b5890a2cd5e747e63a53 authored over 13 years ago by Aslak Hellesøy <[email protected]>
Hooks can receive results. Closes #27.
2318609da5da7b9ff464967880891de874e851b1 authored over 13 years ago by Aslak Hellesøy <[email protected]>
2318609da5da7b9ff464967880891de874e851b1 authored over 13 years ago by Aslak Hellesøy <[email protected]>
Pass several script paths/packages to the Backend constructors. (We can't have a backend per package/script path, because code in backend A would not be able to talk to code in backend B)
b52a318b0352dadb99b7fa4aeadcd64e848c3259 authored over 13 years ago by Aslak Hellesøy <[email protected]>
b52a318b0352dadb99b7fa4aeadcd64e848c3259 authored over 13 years ago by Aslak Hellesøy <[email protected]>
Moved table conversion logic from java to core
366c0699f9a5ef6ad1221d12d79c96d9f043394a authored over 13 years ago by Aslak Hellesøy <[email protected]>
366c0699f9a5ef6ad1221d12d79c96d9f043394a authored over 13 years ago by Aslak Hellesøy <[email protected]>
Oops I broke Scala again. Fixed.
2ec7aadfd9e8d55b17b5245d0d65dc99214709c6 authored over 13 years ago by Aslak Hellesøy <[email protected]>
2ec7aadfd9e8d55b17b5245d0d65dc99214709c6 authored over 13 years ago by Aslak Hellesøy <[email protected]>
Misc changes to bring in XStream to do some of the heavy object conversion lifting
904aeebb09e1aad8c3843c5686fda7a88e5e69ba authored over 13 years ago by Aslak Hellesøy <[email protected]>
904aeebb09e1aad8c3843c5686fda7a88e5e69ba authored over 13 years ago by Aslak Hellesøy <[email protected]>
Upgraded Scala from 2.9.0-1 to 2.9.1.RC4, hoping to get the alledged compile speed improvement of 2.9.1 (not yet in a maven repo). 2.9.1.RC4 still slow as hell. (50 secs for cucumber-scala vs 0.5-2 secs for the other modules). Were the compile speed improvements introduced after 2.9.1.RC4? I doubt that.
a0522bdcef2a79c2275a52ebee70d4e9a943a698 authored over 13 years ago by Aslak Hellesøy <[email protected]>
a0522bdcef2a79c2275a52ebee70d4e9a943a698 authored over 13 years ago by Aslak Hellesøy <[email protected]>
Merge with master. Simplified API for converting tables - no longer leaking the Java-specific TableProcessor implementation detail.
b7d4fdd145107205b9a37a552d07fb7302daabdd authored over 13 years ago by Aslak Hellesøy <[email protected]>
b7d4fdd145107205b9a37a552d07fb7302daabdd authored over 13 years ago by Aslak Hellesøy <[email protected]>
Move scala code generator to scala project
b523a569714c56be879783779ef094fdb53a46d8 authored over 13 years ago by Aslak Hellesøy <[email protected]>
b523a569714c56be879783779ef094fdb53a46d8 authored over 13 years ago by Aslak Hellesøy <[email protected]>
Rename scala artifact to cucumber-scala
9b20a8346000e3c62ee3c6e6893e0d89a9aacd01 authored over 13 years ago by Aslak Hellesøy <[email protected]>
9b20a8346000e3c62ee3c6e6893e0d89a9aacd01 authored over 13 years ago by Aslak Hellesøy <[email protected]>
Scala hooks are ordered
7998b69739a257b969d83a28c4e432dc897909b5 authored over 13 years ago by Aslak Hellesøy <[email protected]>
7998b69739a257b969d83a28c4e432dc897909b5 authored over 13 years ago by Aslak Hellesøy <[email protected]>
support for 'getOrder' on Hooks
a8afb989adf0553a9d23b11aa38f4975421c8d29 authored over 13 years ago by Jon-Anders Teigen <[email protected]>
a8afb989adf0553a9d23b11aa38f4975421c8d29 authored over 13 years ago by Jon-Anders Teigen <[email protected]>
IDEA updates
9c3af4cf7575240d01a07b07ef73429847f1cc34 authored over 13 years ago by Aslak Hellesøy <[email protected]>
9c3af4cf7575240d01a07b07ef73429847f1cc34 authored over 13 years ago by Aslak Hellesøy <[email protected]>
Implemented ScalaHookDefinition.getOrder() = Integer.MAX_VALUE
22078255422ef575439d8ba072b44a29b1bcc176 authored over 13 years ago by Aslak Hellesøy <[email protected]>
22078255422ef575439d8ba072b44a29b1bcc176 authored over 13 years ago by Aslak Hellesøy <[email protected]>
scala support (cleanup)
f63276111cd4904e301255e1933f7a51a6dd4722 authored over 13 years ago by Jon-Anders Teigen <[email protected]>
f63276111cd4904e301255e1933f7a51a6dd4722 authored over 13 years ago by Jon-Anders Teigen <[email protected]>
scala support
97873f6082fea216a7e7287896a20e6a39df41a4 authored over 13 years ago by Jon-Anders Teigen <[email protected]>
97873f6082fea216a7e7287896a20e6a39df41a4 authored over 13 years ago by Jon-Anders Teigen <[email protected]>
Changed groupId to info.cukes, and prepended cucumber- to all artifacts. Added shade plugin, so all artifacts have a -full (self contained) jar. Closes #11.
380e631fc7ee06493fce97ca7f304a633cff8c58 authored over 13 years ago by Aslak Hellesøy <[email protected]>
380e631fc7ee06493fce97ca7f304a633cff8c58 authored over 13 years ago by Aslak Hellesøy <[email protected]>
Pom hacking
650f80f9abd12072a876ac031aba7e6aa7ccfba0 authored over 13 years ago by Aslak Hellesøy <[email protected]>
650f80f9abd12072a876ac031aba7e6aa7ccfba0 authored over 13 years ago by Aslak Hellesøy <[email protected]>
Fix version/newline/maven problems
74e8f1eb33a5afa717d386543ea509278c45d05c authored over 13 years ago by Aslak Hellesøy <[email protected]>
74e8f1eb33a5afa717d386543ea509278c45d05c authored over 13 years ago by Aslak Hellesøy <[email protected]>
Fixed pom issues
67b43e60b0b28e2c6cf84b09473090fe4124ac4c authored over 13 years ago by Sébastien Le Callonnec <[email protected]>
67b43e60b0b28e2c6cf84b09473090fe4124ac4c authored over 13 years ago by Sébastien Le Callonnec <[email protected]>
Moved stuff around
3a12f1ac175bdb4636e2d0a881205c1dc627abd4 authored over 13 years ago by Aslak Hellesøy <[email protected]>
3a12f1ac175bdb4636e2d0a881205c1dc627abd4 authored over 13 years ago by Aslak Hellesøy <[email protected]>