bdd
Here are 1,047 public repositories matching this topic...
Describe the bug
When TEMPLATE_LIST_TEST_CASE and TEMPLATE_LIST_TEST_CASE_METHOD were added, the corresponding versions with the CATCH_ prefix were missed.
Expected behavior
CATCH_TEMPLATE_LIST_TEST_CASE and CATCH_TEMPLATE_LIST_TEST_CASE_METHOD should be available.
Additional context
The commit that added TEMPLATE_LIST_TEST_CASE and `TEMPLATE_LIST_TEST_CASE_MET
Is there any guide on writing a launcher? Looking over the current implementations there didn't seem to be much consistency. Looking for best practices.
- I have read CONTRIBUTING and have done my best to follow them.
What did you do?
In Xcode 10.2.1 (iOS 12.4), in order to trigger viewDidAppear logic did the following:
let viewController = ViewController()
let _ = viewController.view
let window = UIWindow(frame: UIScreen.main.bounds)
window.la
Would it be possible to add "trim" parameter to keyword "Should Be Equal As Strings" (+related keywords)?
Many times I need to compare two strings, but there are some trailing or leading whitespaces in the actual value, which I don't care about, so I always have to trim them before. Having trim as a parameter in these keywords would help me a lot :)
What are you trying to achieve?
Let users know that Codeception 3 brings not only PHPUnit 8.x support, but also blazing-fast code coverage via krakjoe/pcov thanks to this bad boy sebastianbergmann/php-code-coverage#663
What do you get instead?
pcov is not mentioned anywhere
Details
The setup is
The reference implementation for Gherkin has adopted 'Cucumber expressions' which are a type based argument substitution in step definitions, similar to ours but using a different syntax. Ref. https://cucumber.io/docs/cucumber/cucumber-expressions/
We currently allow this transformation in step definitions (ref #863):
@Then I should be a user named :name
In order to increase com
Actual behavior
When there is no internet connection or the machine is behind a proxy
$ gauge install js
Failed to install plugin 'js'.
Reason: Invalid plugin. Could not download js-install.json file.
This error very cryptic and does not point out to the right cause which confuses the user for example.
Steps to reproduce
- Go off the internet or configure a proxy
It would be nice to start building Pester on PowerShell 7 as well to see if it is compatible and keep it that way. To achieve that we need to research on which build servers v7 is already available. Right now we are building on TravisCI (Linux and MacOS), on AppVeyor (PowerShell 4+) and AzureDevOps (PowerShell 2&3).
Not sure if the build task needs to run on all three platforms, but it would be
In. Setting up for JVM documentation, I'd like to add a comment in maven example like gradle one. ( I guess kotlin-reflect is often used in compile scope. )
+ <!-- spek requires kotlin-reflect, can be omitted if already in the classpath -->
<dependency>
<groupId>o-
Updated
Oct 29, 2019 - JavaScript
the last demo in the lettuce tutorial has an IndentationError
def have_the_number(self, step, number):
'''I have the number (\d+)'''
self.set_number(number)
This area of the readme needs some rework, W3C spec is now conformant on most browsers and we should be recommending people use selenium - Just point them to the drivers and use proper browsers. https://github.com/cucumber/godog#testing-browser-interactions
I know a few people said they wanted to help maintain, this would be a good first issue.
In dareid/chakram#6 (comment) I note the inclusion of the extra word 'comprise' for request assertion chains.
I can't find documentation for this keyword through an API search or elsewhere on the web.
It may be because one of the unfortunate costs of building sentence-like build chains - is that each function is a dictionary word not a distinctive comp
Summary
The documentation "activate_announcer_on_command_failure" is not helpful for users as it misses information a
** Question : **
I arrived here and am interested in leveraging this platform in addition to and as a compliment terratest, but I don't want to start from scratch in writing features and I can't find any reference at all in the readme to a sample library or folder of already-existing tests/features. I could copy-paste all the examples from the .md example files but that seems like more work
A few nights ago I wanted to show someone how cool specs2 was. There was no computer nearby so I used my phone. Unfortunately the examples on the website kept scrolling out of the screen and are not given sufficient screen space for proper viewing. Numerous additional line breaks are introduced because the code area only uses maybe 50% to 70% of the screen's width.
This did not exactly help selli
Issue description or question
The coverage markers usually remain green for the lines that contain the test declaration in Jest. This is usually not a problem until those tests are collapsed (folded). When the tests are folded, then it becomes more difficult to tell that the tests did not run just by scanning the coverage markers.
For example:
('sum'),in docs. And its not lack of my js knowledge that bothers me. - verify the performance cl
Hi! I want to do my integration or e2e tests wit peridot, please add an example of using it with symfony2.
-
Updated
Jun 19, 2020 - Gherkin
I started using Catch recently, and then saw this library mentioned somewhere. In the Readme you describe it as based on the ideas of Catch. It would be useful to see some kind of comparison with Catch, such as "it is like Catch (as of version 1.1) but adds XXX and YYY. On the downside it doesn't have ZZZ of Catch, and Catch compiles more quickly".
Unless it was a personal exercise in writing a
Improve this page
Add a description, image, and links to the bdd topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the bdd topic, visit your repo's landing page and select "manage topics."
I'm getting bit with failing documentation builds because I'm writing docstrings that JSDoc doesn't like (specifically, TS-style). But there's no linting happening before getting to Netlify.
We may be able to make JSDoc just check the syntax and exit (and make it part of the
lintscripts).This is moot if we want to move forward with maintaining our own TS types (for which there is an op