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

Duplicate step StepImplementation file created #243

Closed
Debashis9012 opened this issue Feb 12, 2019 · 2 comments
Closed

Duplicate step StepImplementation file created #243

Debashis9012 opened this issue Feb 12, 2019 · 2 comments
Assignees
Labels

Comments

@Debashis9012
Copy link
Contributor

Debashis9012 commented Feb 12, 2019

Excepted Result
Should create a new StepImplementation java file.

Actual Result
StepImplementation file has been created with a duplicate name.

Steps to reproduce

  • 1 Create a new java project
  • 2 Open spec file and create a new test
  • 3 Provide new StemImplementation in a new file
  • 4 if "StemImplementation.java" already exists then the new StemImplementation file name should be
    "StemImplementation1.java" but currently its creating with the same class name "StemImplementation.java".

Kindly find the below version:

Gauge version: 1.0.5.nightly-2019-02-08
Commit Hash: 6971850

Plugins
-------
dotnet (0.1.1.nightly-2019-01-29)
html-report (4.0.7.nightly-2019-01-11)
java (0.7.1.nightly-2019-02-08)
js (2.3.4.nightly-2018-12-20)
python (0.3.5.nightly-2019-02-04)
ruby (0.5.2.nightly-2019-01-28)
screenshot (0.0.1)
xml-report (0.2.2.nightly-2019-01-11)

Blocks getgauge/gauge#1308

@gaugebot
Copy link

gaugebot bot commented Feb 18, 2019

The fix should be available in nightly >= 18-2-2019

@Debashis9012
Copy link
Contributor Author

This issue has been fixed. Tested with the below version

Gauge version: 1.0.5.nightly-2019-02-15
Commit Hash: 48d032f

Plugins
-------
html-report (4.0.7)
java (0.7.2.nightly-2019-02-19)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants