Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run tests on a given interview URL from the generating page itself (big job) #4

Closed
plocket opened this issue Feb 8, 2021 · 2 comments
Labels
help wanted Extra attention is needed

Comments

@plocket
Copy link
Owner

plocket commented Feb 8, 2021

Is this possible? How would we make this happen? We'd pull dc into here and... what? We'll need it to be on a server locally to develop it properly. Also, would need to display all output.

If not integrating with github to create project, need from user:

  • Interview URL of existing project (will break if the interview isn't on the given server, but is the easiest way to go)

If running whole darn thing, need from user all the .env:

  • password
  • email
  • ID?
@plocket plocket added the help wanted Extra attention is needed label Dec 10, 2021
@BryceStevenWilley
Copy link

With some advances in Kiln internals, we could theoretically get to a point where we point to a URL and Kiln runs on it. So that's one improvement here.

The rather large downside is that I don't think node will at all be compatible with browser JS, and puppeteer will for certain not run in the browser.

ALKilnInThePlayground I think fills this niche of being able to easy run tests quickly without installing node really well, I think anything we could do here would be better served improving Playground Kiln.

@plocket
Copy link
Owner Author

plocket commented Oct 19, 2023

I agree, ALKiln Playground fills a very similar role now and could possibly be adapted to do the same job if we integrate it. I made SuffolkLITLab/docassemble-ALKilnInThePlayground#34.

@plocket plocket closed this as completed Oct 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants