@kumar303 was suggesting a suite of UI tests, similar to what is found on addons-server, but run within this repo.
I think this is a good idea and should be pretty straightforward as the config within addons-server is all set.
I think these could run on circleci as we know that works and how to set it up best.
Would it be wanted to run these locally?
We discussed this over Vidyo. Here are some notes:
addons.mozilla.org website, period. Thinking about it in terms of frontend/backend here is not relevant.addons-server and addons-frontend to trigger the testsaddons-server and addons-frontend should share as much configuration as possibleI am thinking maybe we could have a few different ways to run the tests. One that would setup everything from scratch, and maybe a set of instructions on running the tests with addons-server already cloned and the docker container already set up. Thoughts @kumar303 @krupa?
Sure. We have to start somewhere so I say try something out with the goals from https://github.com/mozilla/addons-frontend/issues/4530#issuecomment-373156492 in mind.
This is an attempt: https://circleci.com/gh/jrbenny35/addons-frontend/10
About 17min run time, which is...not short.
Most helpful comment
We discussed this over Vidyo. Here are some notes:
addons.mozilla.orgwebsite, period. Thinking about it in terms of frontend/backend here is not relevant.addons-serverandaddons-frontendto trigger the testsaddons-serverandaddons-frontendshould share as much configuration as possible