mirror of
https://github.com/plankanban/planka.git
synced 2025-08-05 13:35:27 +02:00
test: Setup UI test using BDD approach (#152)
This commit is contained in:
parent
7f4bc1bb62
commit
4efc3be8d5
7 changed files with 131 additions and 1 deletions
|
@ -0,0 +1,9 @@
|
|||
Feature: login
|
||||
As a user
|
||||
I want to log in
|
||||
So that I can manage project
|
||||
|
||||
Scenario: User logs in with valid credentials
|
||||
Given user has browsed to the login page
|
||||
When user logs in with email "demo@demo.demo" and password "demo" using the webUI
|
||||
Then the user should be in the dashboard page
|
Loading…
Add table
Add a link
Reference in a new issue