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

add e2e test for login #241

Merged
merged 4 commits into from Feb 22, 2023
Merged

add e2e test for login #241

merged 4 commits into from Feb 22, 2023

Conversation

masskoder
Copy link
Contributor

@masskoder masskoder commented Feb 22, 2023

Scope of changes

This adds the Login e2e test and set BDD(Behavior Driven Development) workflow

Fixes SC-XXXX

Type of change

  • new feature
  • bug fix
  • documentation
  • testing
  • technical debt
  • other (describe)

Acceptance criteria

Feature: Log in user

  I want to be able to login in Beacon App

  Scenario: Login to Beacon App
   
    Given I open the login page
  
    When I fill my credentials and submit the login form 

    Then I'm Logged In 

image

Author checklist

  • I have manually tested the change and/or added automation in the form of unit tests or integration tests
  • I have updated the dependencies list
  • I have recompiled and included new protocol buffers to reflect changes I made
  • I have added new test fixtures as needed to support added tests
  • Check this box if a reviewer can merge this pull request after approval (leave it unchecked if you want to do it yourself)
  • I have moved the associated Shortcut story to "Ready for Review"

Reviewer(s) checklist

  • Any new user-facing content that has been added for this PR has been QA'ed to ensure correct grammar, spelling, and understandability.
  • Are there any TODOs in this PR that should be turned into stories?

@shortcut-integration
Copy link

This pull request has been linked to Shortcut Story #13865: Beacon testing: implement login E2E test with cypress.

@masskoder masskoder changed the title feat: add e2e test for login add e2e test for login Feb 22, 2023
@masskoder masskoder merged commit 7bac163 into main Feb 22, 2023
@masskoder masskoder deleted the sc-13865 branch February 22, 2023 18:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants