Skip to content
#

testing-library

Here are 426 public repositories matching this topic...

yorinasub17
yorinasub17 commented Nov 5, 2020

Currently there is no way to customize the terraform or terragrunt command you are running in each session when you go through the functions in terraform package, such as terraform.Apply or terraform.TgApplyAll if it isn't supported in terraform.Options. This is limiting if your code depends on flags like parallelism or terragrunt flags like --terragrunt-include-external-dependencies.

Smolations
Smolations commented Sep 15, 2021

Describe the feature you'd like:

This should be a fairly short and sweet conversation (and possibly related to #201). I am a developer working on a fairly complex enterprise app. This app has pages with tons of form fields. While developing new features, I found myself filling out the same fields with the same values over and over again. To remedy this, I thought it would be a time saver to

eslint-plugin-testing-library
Belco90
Belco90 commented Nov 1, 2021

Plugin version

v5

What problem do you want to solve?

Our current tests don't have any specific name or title to identify them. This makes it complicated to debug them, or differentiate the same test cases with different options, etc. Each test is represented by its code itself, which can be something really long, or duplicated between tests with the same code but different options

Improve this page

Add a description, image, and links to the testing-library topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the testing-library topic, visit your repo's landing page and select "manage topics."

Learn more