| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This is a working example of using Selenium, TypeScript and Page Object Pattern. These are real test cases that run against a Fider instance. Check out a running example of the application at http://demo.fider.io.
The tests are available in both TDD and BDD style.
. ├── lib/ ├── pages/ ├── specs/ ├── tests/ └── config.ts
Unauthenticated users should NOT be see Description field and Submit button after typing the title.
Authenticated users should be able to submit new ideas by clicking on Submit button after typing the title. After new idea is submitted, user should be redirect to the new idea's display page.
| Back | FazBrowse Home | New Git URL |