Skip to content

Conversation

@chelseapinka
Copy link
Contributor

@chelseapinka chelseapinka commented Nov 1, 2022

Adding @inrupt-test-env-helper package.

Goal of package is to replace redundant code with a reusable and extendable module for inrupts' packages.

Testing:

Unit test cases were erring for the main code branch.
Screenshot from 2022-11-01 17-08-32

Checklist

  • All acceptance criteria are met.
  • Relevant documentation, if any, has been written/updated.
  • The changelog has been updated, if applicable.
  • New functions/types have been exported in index.ts, if applicable.
  • New modules (i.e. new .ts files) are listed in the exports field in package.json, if applicable.
  • New modules (i.e. new .ts files) are listed in the typedocOptions.entryPoints field in tsconfig.json, if applicable.
  • Commits in this PR are minimal and have descriptive commit messages.

@vercel
Copy link

vercel bot commented Nov 1, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
solid-client-js ✅ Ready (Inspect) Visit Preview Nov 15, 2022 at 11:18AM (UTC)

@chelseapinka chelseapinka temporarily deployed to Inrupt Dev-Next November 1, 2022 22:09 Inactive
@chelseapinka chelseapinka temporarily deployed to Inrupt Dev-Next November 1, 2022 22:09 Inactive
@chelseapinka chelseapinka temporarily deployed to Inrupt Dev-Next November 1, 2022 22:09 Inactive
@vercel vercel bot temporarily deployed to Preview November 1, 2022 22:10 Inactive
@chelseapinka chelseapinka temporarily deployed to Inrupt Dev-Next November 2, 2022 04:47 Inactive
@chelseapinka chelseapinka temporarily deployed to Inrupt Dev-Next November 2, 2022 04:48 Inactive
@chelseapinka chelseapinka temporarily deployed to Inrupt Dev-Next November 2, 2022 04:48 Inactive
@chelseapinka chelseapinka temporarily deployed to Inrupt Dev-Next November 2, 2022 04:48 Inactive
@vercel vercel bot temporarily deployed to Preview November 2, 2022 04:48 Inactive
@chelseapinka chelseapinka temporarily deployed to Inrupt Dev-Next November 8, 2022 20:42 Inactive
@vercel vercel bot temporarily deployed to Preview November 8, 2022 20:43 Inactive
@chelseapinka chelseapinka temporarily deployed to Inrupt Dev-Next November 8, 2022 20:43 Inactive
@chelseapinka chelseapinka temporarily deployed to Inrupt Dev-Next November 8, 2022 20:43 Inactive
@chelseapinka chelseapinka temporarily deployed to Inrupt Dev-Next November 8, 2022 20:43 Inactive
@chelseapinka chelseapinka temporarily deployed to Inrupt Dev-Next November 10, 2022 22:22 Inactive
@vercel vercel bot temporarily deployed to Preview November 10, 2022 22:22 Inactive
@chelseapinka chelseapinka temporarily deployed to Inrupt Dev-Next November 10, 2022 22:22 Inactive
@chelseapinka chelseapinka temporarily deployed to Inrupt Dev-Next November 10, 2022 22:22 Inactive
@chelseapinka chelseapinka temporarily deployed to Inrupt Dev-Next November 10, 2022 22:22 Inactive
@chelseapinka chelseapinka temporarily deployed to Inrupt Dev-Next November 14, 2022 18:02 Inactive
@vercel vercel bot temporarily deployed to Preview November 14, 2022 18:03 Inactive
@chelseapinka chelseapinka temporarily deployed to Inrupt Dev-Next November 14, 2022 18:03 Inactive
@chelseapinka chelseapinka temporarily deployed to Inrupt Dev-Next November 14, 2022 18:03 Inactive
@chelseapinka chelseapinka temporarily deployed to Inrupt Dev-Next November 14, 2022 18:03 Inactive
@vercel vercel bot temporarily deployed to Preview November 15, 2022 10:25 Inactive
@NSeydoux NSeydoux temporarily deployed to ESS Dev-Next November 15, 2022 10:28 Inactive
@NSeydoux NSeydoux temporarily deployed to NSS November 15, 2022 10:28 Inactive
@vercel vercel bot temporarily deployed to Preview November 15, 2022 10:29 Inactive
@NSeydoux NSeydoux temporarily deployed to ESS Dev-Next November 15, 2022 10:29 Inactive
@NSeydoux NSeydoux temporarily deployed to ESS Dev-Next November 15, 2022 10:29 Inactive
@NSeydoux NSeydoux temporarily deployed to ESS Dev-Next November 15, 2022 10:29 Inactive
@NSeydoux NSeydoux temporarily deployed to ESS Dev-Next November 15, 2022 10:39 Inactive
@NSeydoux NSeydoux temporarily deployed to NSS November 15, 2022 10:39 Inactive
@NSeydoux NSeydoux temporarily deployed to ESS Dev-Next November 15, 2022 10:44 Inactive
@NSeydoux NSeydoux temporarily deployed to ESS Dev-Next November 15, 2022 10:44 Inactive
@NSeydoux NSeydoux temporarily deployed to ESS Dev-Next November 15, 2022 10:44 Inactive
@chelseapinka chelseapinka temporarily deployed to ESS Dev-Next November 15, 2022 11:17 Inactive
@chelseapinka chelseapinka temporarily deployed to NSS November 15, 2022 11:17 Inactive
@chelseapinka chelseapinka temporarily deployed to ESS Dev-Next November 15, 2022 11:17 Inactive
@chelseapinka chelseapinka temporarily deployed to ESS Dev-Next November 15, 2022 11:17 Inactive
@chelseapinka chelseapinka temporarily deployed to ESS Dev-Next November 15, 2022 11:17 Inactive
@vercel vercel bot temporarily deployed to Preview November 15, 2022 11:18 Inactive
@chelseapinka chelseapinka marked this pull request as ready for review November 15, 2022 11:19
@chelseapinka chelseapinka requested a review from a team as a code owner November 15, 2022 11:19
@chelseapinka chelseapinka temporarily deployed to ESS Dev-Next November 15, 2022 11:26 Inactive
@chelseapinka chelseapinka temporarily deployed to ESS Dev-Next November 15, 2022 11:26 Inactive
@chelseapinka chelseapinka temporarily deployed to ESS Dev-Next November 15, 2022 11:26 Inactive
@chelseapinka chelseapinka merged commit 459f42f into main Nov 15, 2022
@chelseapinka chelseapinka deleted the feat/test-env-helper-integration branch November 15, 2022 12:25
session = await getAuthenticatedSession(env);
sessionResource = `${env.pod}${sessionResourcePrefix}${session.info.sessionId}`;
pod = await getPodRoot(session);
sessionResource = `${pod}${sessionResourcePrefix}${session.info.sessionId}`;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@NSeydoux @chelseapinka something we'll want to be very careful of in the future is making sure we construct IRIs properly with new URL it's not clear that pod has a trailing slash

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah good point I missed that

cwd: "../testApp",
command: "npm run dev",
// cwd: "./e2e/browser/testApp/",
command: "cd ./e2e/browser/testApp/ && npm run dev",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@chelseapinka did cwd work here, or was cd in the command better?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants