Run End to End Tests before Release #271 #291
Conversation
| push: | ||
| branches: | ||
| - develop | ||
| - release |
There was a problem hiding this comment.
this is one thing I'm not sure about — when should the end-to-end tests run? Right now I have it on any PR to develop or release, should I also be having it run once they merge into develop and release as well?
There was a problem hiding this comment.
Seems fine for now, I'll be working on the e2e suite so I'll revisit once I look at it a bit more
There was a problem hiding this comment.
This pull request has been automatically deployed to FeaturePeek. ✌️
Your deployment will be kept up-to-date with this pull request's latest changes.
Please read our docs for more configuration details.
|
right now you can see that the tests fail since the |
|
I added the token, waiting for it to finish running now |
This runs optic's end-to-end tests before any release, blocking release if they do not pass.
Before merging, note that will require a new org secret — a repo access token for end-to-end tests, called
END_TO_END_ACCESS_KEYAfter adding the
END_TO_END_ACCESS_KEYtoken to the org secrets, this should be good to go