Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • T TIDO
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 110
    • Issues 110
    • List
    • Boards
    • Service Desk
    • Milestones
  • Jira
    • Jira
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Terraform modules
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • subugoesubugoe
  • emoemo
  • TIDO
  • Merge requests
  • !272

feat: implementation of cypress e2e with some minor test cases.

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged dindigala requested to merge feat/cypress into develop May 24, 2022
  • Overview 6
  • Commits 26
  • Pipelines 23
  • Changes 14

To test, pull the branch in local.

  • Add entry point https://ahikar-dev.sub.uni-goettingen.de/api/textapi/ahikar/arabic-karshuni/collection.json and run the application. The app loads in the port 8080.
  • Added new test id's inside the components to perform test cases. Since these are not available to dev or live, using the localhost as a base url in cypress.json config.
  • Open a new console tab to run tests - npm run cypress, as soon the cypress console is opened we can view the app.test.js file and select it. This runs the tests on Chrome browser.

Note:

  • gitlab pipeline were because of the new test config. Will check the scripts and update the MR.
Edited May 30, 2022 by dindigala
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: feat/cypress