-
Notifications
You must be signed in to change notification settings - Fork 0
Home
FollowSteph edited this page Jan 22, 2021
·
31 revisions
- Get access to the right tools (ask @slinlee)
- Run through current app (instruction coming soon. for now ask @slinlee)
- How to setup your development Environment
- Tech Stack
- Environment Variables
- JOOQ and Liquibase
- System Architecture
- Pull Requests Process - Reviews, Merging and more fun
- Automated tests (
pathmind-bdd-tests) are run when PR are made against thedevbranch. They start whenever a commit is pushed to the branch. You can see the test status by clicking on the link in Github at the bottom of a PR, selectingBlue Oceanon the left, then selectingArtifactsfrom the top menu and choosing thetestsfolder.
- To skip tests, add
skip teststo the PR description - To trigger the tests to run again add
run testsas a comment on a PR.
- Tests are also run on
devwhen PR are merged to dev.
Here are the credentials you'll need to access the Jenkins results:
User: developer
Password: Asdf1234
URL: https://jenkins.dev.devpathmind.com
Video Walkthrough: https://share.getcloudapp.com/nOunOB7z
For detailed instructions, please refer to https://github.com/SkymindIO/pathmind-webapp/tree/dev/pathmind-bdd-tests