Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement unambiguous keywords #509

Merged
merged 10 commits into from
Jan 23, 2023

Commits on Oct 4, 2022

  1. feat(*): create keyword functions

    achitu committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    8bfac9c View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

  1. chore(*): update messages and gherkin, relocate Keyword

    chore(*): update messages and gherkin, relocate Keyword
    
    chore(*): update messages and gherkin, relocate Keyword
    otrava7 committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    1ce07db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f906c93 View commit details
    Browse the repository at this point in the history
  3. test(*): keyword type in feature files

    otrava7 committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    1abde6f View commit details
    Browse the repository at this point in the history
  4. docs(*): update step-by-step walkthrough to mention the option of usi…

    …ng keyword functions
    otrava7 committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    acc6cc8 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2022

  1. docs(*): update CHANGELOG.md

    otrava7 committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    1c796a4 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

  1. test(*): keyword substeps

    otrava7 committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    b9c9aab View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

  1. Merge branch 'main' into implement-unambiguous-keywords

    # Conflicts:
    #	CHANGELOG.md
    #	_examples/go.mod
    #	_examples/go.sum
    #	formatters/fmt.go
    #	go.mod
    #	go.sum
    #	internal/formatters/fmt.go
    #	internal/formatters/fmt_base.go
    #	internal/formatters/fmt_cucumber.go
    #	internal/formatters/fmt_events.go
    #	internal/formatters/fmt_multi.go
    #	internal/formatters/fmt_pretty.go
    #	internal/formatters/fmt_progress.go
    #	internal/formatters/undefined_snippets_gen.go
    #	internal/models/feature.go
    #	internal/models/stepdef.go
    #	internal/models/stepdef_test.go
    #	internal/parser/parser.go
    #	internal/storage/storage.go
    #	internal/storage/storage_test.go
    #	internal/tags/tag_filter.go
    #	internal/tags/tag_filter_test.go
    #	internal/testutils/utils.go
    #	run.go
    #	run_progress_test.go
    #	run_test.go
    #	suite.go
    #	suite_context_test.go
    #	test_context.go
    otrava7 committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    dfe7cd6 View commit details
    Browse the repository at this point in the history
  2. chore(*): go mod

    otrava7 committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    5d6dcfd View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. Merge branch 'main' into implement-unambiguous-keywords

    Alexandru Chitu authored Jan 9, 2023
    Configuration menu
    Copy the full SHA
    1323b4b View commit details
    Browse the repository at this point in the history