Skip to content

Phoib/zivvertest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zivvertest

Three small Gherkin scenarios to test the guest user acapablities for Zivver.

Use me

First, run npm install. Then, run npm test

For vague reasons, yarn does not give consistent results. Sometimes, the installation gives failing tests, due to version mismatches. Use NPM

Additional findings

Reopening the page changes the complete layout by replacing the #main body by the #zivver-main body. This makes tests extremely fragile, as the first scenario must take that into account. This also places a hard dependency on the order of the tests, which should never happen. Tests should be independant of each other.

Most elements do not have nice ID's. That makes UI-testing a lot easier to do. Nobody wants a huge #zivver-main > div > div > div > div > div > conversation-header > div > aside.header.middle.layout-padding.layout-align-space-between-center.layout-row > div.title.flex > span selector. They'd want a #participants.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published