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

⭐ New feature: Create Test runner for running boyka tests #678

Open
mfaisalkhatri opened this issue Nov 14, 2023 · 0 comments
Open
Labels
⭐ goal: addition Addition of new feature 🏷 status: label work required Needs proper labelling before it can be worked on 🏁 status: ready for dev Ready for work

Comments

@mfaisalkhatri
Copy link
Contributor

mfaisalkhatri commented Nov 14, 2023

πŸ“— Description of the new feature request?

Currently, there is no custom runner for running tests using boyka framework. We are depended on TestNG to run the tests. It is suggested to create a Custom runner that will run the tests and print the log in the console as well in headful/headless state.

🚧 Scenario where this would be used?

Running the tests

πŸ’ Supporting information

beforeDescribe();
afterDescribe();
describe ('Describe name', () -> {
  beforeIt();
  afterIt();
  it('Test name', () -> {

  });
  it('Test Name 2', () -> {

  });
});
@mfaisalkhatri mfaisalkhatri added ⭐ goal: addition Addition of new feature 🏁 status: ready for dev Ready for work 🏷 status: label work required Needs proper labelling before it can be worked on labels Nov 14, 2023
@WasiqB WasiqB added this to the πŸͺ£ Milestone Bucket milestone Jan 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⭐ goal: addition Addition of new feature 🏷 status: label work required Needs proper labelling before it can be worked on 🏁 status: ready for dev Ready for work
Projects
Status: πŸ’‘ Suggested
Development

No branches or pull requests

2 participants