Pytorch-NLU
Pytorch-NLU copied to clipboard
🔍 [DEPRECATED] Root Cause is a tool for troubleshooting Puppeteer and Playwright tests. 🔎
Hi, After updating jest version to 27+ I keep getting the error: FAIL ./example.test.js ● Test suite failed to run Root Cause Integration Error at Object.ensurePrerequisite (node_modules/@testim/root-cause-jest/lib/helpers.js:20:11) Error: ENOENT: no...
[jest-playwright](https://github.com/playwright-community/jest-playwright) is now telling people to just use [`@playwright/test`](https://playwright.dev/docs/test-configuration) instead of Jest, eg: ```ts import { test, expect } from '@playwright/test'; test.describe('headed block', () => { test.use({ headless: false });...
Hello, I'm seeing the following when trying to integrate root-cause into my jest-playwright project. Here's the error I'm getting: ``` ● Test suite failed to run Root Cause Integration Error...
Hi, I have a bug when a test fails because it exceeds the timeout: Timeout - Async callback was not invoked within the 60000 ms timeout specified by jest.setTimeout.Error: Timeout...
I'd like to use [`jest.retryTimes()`](https://jestjs.io/docs/en/jest-object#jestretrytimes) but that requires the circus runner. The Root Cause docs suggest it needs `jasmine2`: https://help.testim.io/docs/getting-started-with-root-cause#test-runner-mode-setup I did see https://github.com/testimio/root-cause/pull/55 which seems to add support for...
Need to better support Jest data driven tests (`.each` on tests).
Hi there, I am using the jest-puppeteer example shown in integration-examples/another-jest-and-puppeteer/example.test.js and I been noticing that the first screenshot of every tests are based on last screen of the previous...
mobx monorepo is using release workflow based on https://github.com/atlassian/changesets Among other things, it has change log generation https://github.com/mobxjs/mobx/pull/2616
Hey, I would like to see the steps for new tabs (opened within a part of a test) inside the root-cause/cloud. Using Playwright: `const [newTab] = await Promise.all([ context.waitForEvent('page'), page.click('some_selector_that_opens_a_new_tab')...
Users have run into a case where they login inside a `beforeAll` clause and they can't see those actions in the viewer - would be nice to see them somehow.